2020-12-09 12:22:19 +01:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
threshold: 10% # make CI green
|
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
threshold: 10% # make CI green
|
|
|
|
|
|
|
|
ignore: # ignore code coverage on following paths
|
2020-01-23 21:10:02 +01:00
|
|
|
- "**/tests"
|
|
|
|
- "test-server"
|
|
|
|
- "**/benches"
|
|
|
|
- "**/examples"
|