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.
6 lines
58 B
YAML
6 lines
58 B
YAML
ignore:
|
|
- "src/bin"
|
|
coverage:
|
|
status:
|
|
patch: off
|