mirror of https://github.com/fafhrd91/actix-web
prevent CI fail status caused by codecov
This commit is contained in:
parent
0d1f4a765e
commit
b1489d7071
|
@ -1,3 +1,12 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue