-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
CI (Buildkite, code coverage): Fail the code coverage job if the coverage is suspiciously low #42213
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
Conversation
…rage is suspiciously low
|
Follow the build here: https://buildkite.com/julialang/julia-master-scheduled/builds/234 |
Codecov Report
@@ Coverage Diff @@
## master #42213 +/- ##
==========================================
+ Coverage 89.26% 89.28% +0.02%
==========================================
Files 351 351
Lines 78670 78664 -6
==========================================
+ Hits 70222 70239 +17
+ Misses 8448 8425 -23
Continue to review full report at Codecov.
|
|
The coverage build (https://buildkite.com/julialang/julia-master-scheduled/builds/234) passed. |
…rage is suspiciously low (JuliaLang#42213)
…rage is suspiciously low (JuliaLang#42213)
Normally, we always pass the code coverage job.
However, if the coverage is suspiciously low (e.g. less than 50%), then this suggests that something went wrong earlier in the coverage job. Therefore, in those cases, we should fail the build to indicate that something has gone wrong somewhere in the code coverage pipeline.