-
Notifications
You must be signed in to change notification settings - Fork 223
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
Incorrect handling of PR builds from GitHub Actions. #52
Labels
Comments
@drazisil this action is just a wrapper for https://codecov.io/bash and this seems to be similar issues to one from pipelines codecov/codecov-bash#189 |
This one is different in the sense that we aren't sure if Actions has an env for the PR number. |
@ibrahim0814 are you able to chime in here? |
there is |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary from the customer:
It seems that GitHub Actions may make a merge commit build for PRs, similar to how Travis CI does. I'm not sure if they commit this SHA, but the Codecov action does not use the correct SHA in this case.
The text was updated successfully, but these errors were encountered: