1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 17:51:06 +01:00
actix-net/codecov.yml
2024-07-20 18:00:39 +01:00

17 lines
278 B
YAML

comment: false
coverage:
status:
project:
default:
threshold: 10% # make CI green
patch:
default:
threshold: 10% # make CI green
ignore: # ignore code coverage on following paths
- "examples"
- ".github"
- "**/*.md"
- "**/*.toml"