Before submitting a topic, please confirm the following
[ x] I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
[ x] I have validated my codecov.yaml configuration file.
[ x] I have filled out the below sections to the best of my ability.
[x ] I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.
Description
CodeCov GitHub action coverage is low
CI/CD URL
Please provide a link to the CI/CD run.
Here’s the low coverage using the action:
Codecov Output
Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.
Output too long to post here, here’s the link:
Expected Results
Please provide what you expect to have happened (e.g. a file that has missing coverage on a particular line).
Here’s the results when I use the bash uploader:
Actual Results
Please provide what actually happened.
This were the results using the Codecov GitHub Action:
Additional Information
Please provide applicable commit SHAs or file names that are extraneous or missing. Any additional information, configuration, or data that might be necessary to reproduce the issue.
@acgetchell I’ll take a look at this. What I’m getting is that you have different coverage between using the bash uploader and the new uploader (which is what underlies the GitHub Action v3).
Can you provide a commit SHA using the bash uploader and one using the new one?
@acgetchell the 2nd link has logs that are a bit too old (I can’t see what the Codecov output is). Do you have a more recent commit that uses the GitHub Action v2+?
@acgetchell, ok, so the first thing that I noticed is that the bash uploader runs gcov by default. We decided to not do that for the underlying node uploader for the Action@v3. Can you add the last line below
@acgetchell sorry for the delay here. I had an idea and was working on a fix. Could you try running the action again, I just released a new version of it.