2018-11-20 08:59:10 +01:00
|
|
|
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
|
|
|
|
|
2018-04-16 11:03:34 -07:00
|
|
|
ignore:
|
2020-12-15 01:34:30 +01:00
|
|
|
- "tests/**/*"
|
|
|
|
- "lib/**/*"
|
2018-04-16 11:03:34 -07:00
|
|
|
|
|
|
|
comment:
|
|
|
|
require_changes: true
|
2020-12-15 23:35:49 +01:00
|
|
|
|
|
|
|
github_checks:
|
|
|
|
annotations: false
|