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:
Greg Fitzgerald 2018-06-07 17:53:54 -06:00
parent d513f56c8c
commit 6966b25d9c
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
ignore:
- "src/bin"
coverage:
status:
patch: off