Don't mark a build as failed if line coverage drops
It's not always a problem if line coverage drops. For example, coverage will drop if you make well-tested code more succinct. It just means the uncovered code is just a larger percentage of the codebase.
This commit is contained in:
@ -1,2 +1,5 @@
|
|||||||
ignore:
|
ignore:
|
||||||
- "src/bin"
|
- "src/bin"
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
patch: off
|
||||||
|
Reference in New Issue
Block a user