Files
solana/.codecov.yml
Greg Fitzgerald 6966b25d9c 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.
2018-06-07 19:09:25 -06:00

6 lines
58 B
YAML

ignore:
- "src/bin"
coverage:
status:
patch: off