polybar-dwm/.codecov.yml
patrick96 433a313782 codecov: Recursively ignore test and lib folder
It seems that tests/* and lib/* don't actually exclude all the files in
codecov
2020-12-15 01:47:32 +01:00

19 lines
379 B
YAML

coverage:
status:
project:
default:
# Coverage can drop by 0.1% without failing the status
threshold: 0.1
patch:
default:
# Patches don't need test coverage
# TODO remove once we have proper testing infrastructure and documentation
target: 0
ignore:
- "tests/**/*"
- "lib/**/*"
comment:
require_changes: true