-
Notifications
You must be signed in to change notification settings - Fork 68
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
Check DISABLE_AMEND_COVERAGE_FROM_SRC env var #208
Check DISABLE_AMEND_COVERAGE_FROM_SRC env var #208
Conversation
9ecaaff
to
6cc4d61
Compare
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
==========================================
+ Coverage 80.18% 80.23% +0.05%
==========================================
Files 6 6
Lines 333 334 +1
==========================================
+ Hits 267 268 +1
Misses 66 66
Continue to review full report at Codecov.
|
Seems okay, but could you add some documentation in the README or whatever for how to properly use this and what the consequences of doing so are? |
6cc4d61
to
019121b
Compare
60c973e
to
7457973
Compare
Enabled this for testing, effect can be see on e.g. https://codecov.io/gh/JuliaCI/Coverage.jl/src/60c973e831cfa9f9e9da48ef07d3b8f35fbbd770/src/lcov.jl where function |
7457973
to
f5c0b8f
Compare
1d8b7cd
to
817c8b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incredibly thorough and well-explained documentation for this, very nice work!
If the environment variable DISABLE_AMEND_COVERAGE_FROM_SRC is set to `yes`, do not call `amend_coverage_from_src!`. This is an optional mitigation for issue JuliaCI#187, and in general makes it easier to test the impact of amending the coverage data.
4611663
to
bf6a68b
Compare
If the environment variable DISABLE_AMEND_COVERAGE_FROM_SRC is set to
yes
, do not callamend_coverage_from_src!
. This is an optional mitigation for issue #187, and in general makes it easier to test the impact of amending the coverage data.