1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 20:01:48 +01:00

Merge pull request #144 from JohnTitor/codecov-config

Add codecov config
This commit is contained in:
Yuki Okushi 2020-05-20 11:03:31 +09:00 committed by GitHub
commit f3a401c23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"