prevent CI fail status caused by codecov

This commit is contained in:
Rob Ede 2020-12-09 11:21:35 +00:00
parent 0d1f4a765e
commit b1489d7071
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
ignore: # ignore codecoverage on following paths
coverage:
status:
project:
default:
threshold: 10% # make CI green
patch:
default:
threshold: 10% # make CI green
ignore: # ignore code coverage on following paths
- "**/tests"
- "test-server"
- "**/benches"