-
Notifications
You must be signed in to change notification settings - Fork 353
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
Gh-2972: Codecov can generate inconsistent coverage reports #2973
The head ref may contain hidden characters: "gh-2971-Codecov-can-generate-inconsistent\u2013coverage-reports"
Gh-2972: Codecov can generate inconsistent coverage reports #2973
Conversation
Combared to before this avoids making multiple uploads to codecov and allows the codecov upload to be reattempted with rerunning any tests.
The source files are required to be present when uploading coverage - https://docs.codecov.com/docs/error-reference#unusable-reports
JaCoCo was disabled for these causing all reports to be missing
Codecov Report
@@ Coverage Diff @@
## develop #2973 +/- ##
=============================================
- Coverage 65.25% 56.27% -8.99%
- Complexity 2314 2509 +195
=============================================
Files 717 926 +209
Lines 23133 32722 +9589
Branches 2673 3303 +630
=============================================
+ Hits 15095 18413 +3318
- Misses 6820 12903 +6083
- Partials 1218 1406 +188 |
…–coverage-reports
Branch name is wrong. This needs to be reopened as the branch cannot be renamed in-situ. |
Compared to before this avoids making multiple uploads to codecov and allows the codecov upload to be reattempted with rerunning any tests.
Related Issue