-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job triggered by pull request not compared against correct base #597
Comments
This is affecting me too. Any tips for a workaround? |
AFAICT these issues are related: I have tried to get around this by specifying the following in my
...and later, in the same job
to me, it seems like a promising solution. but it still won't work for me, i suspect because codecov, for some reason, insists that my |
@moribellamy can you create a topic in our community boards for this? |
Akin to #95, when a job is triggered by a pull request, the checkout action may merge. If the PR branch is behind, the resulting comparison is still done against the common base although the coverage report is generated after the merge.
I am using the following workflow file:
https://github.com/equinor/ert/blob/main/.github/workflows/coverage.yml
Log of it running and causing incorrect comparison here: https://github.com/equinor/ert/runs/4459445221
The text was updated successfully, but these errors were encountered: