Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Jul 16, 2025

The quicktest workflow runs the code coverage for merges to develop, but wasn't limited to this repo.

The net effect of this is failing builds for contributors who have actions enabled on their fork and who update the develop branch in their own fork. The reason for the failure is that they don't have access to the CODECOV_TOKEN.

This commit changes the conditions on when to run the tests normally and when to run with code coverage to take the organisation where the repo lives into account. That should prevent the failing builds.

…r fork

The `quicktest` workflow runs the code coverage for merges to `develop`, but wasn't limited to this repo.

The net effect of this is failing builds for contributors who have actions enabled on their fork and who update the `develop` branch in their own fork.
The reason for the failure is that they don't have access to the `CODECOV_TOKEN`.

This commit changes the conditions on when to run the tests normally and when to run with code coverage to take the organisation where the repo lives into account. That should prevent the failing builds.
@dingo-d dingo-d merged commit 549cd33 into develop Jul 17, 2025
52 checks passed
@dingo-d dingo-d deleted the feature/ghactions-fix-running-qtest-in-forks branch July 17, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants