1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

Add codecov config

This commit is contained in:
Yuki Okushi 2020-05-19 14:45:39 +09:00
parent 11a1e11858
commit f7e8a912b3
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

14
codecov.yml Normal file
View File

@ -0,0 +1,14 @@
coverage:
status:
project:
default:
threshold: 10% # make CI green
patch:
default:
threshold: 10% # make CI green
ignore: # ignore codecoverage on following paths
- "examples"
- ".github"
- "**/*.md"
- "**/*.toml"