actix-net/codecov.yml

17 lines
278 B
YAML
Raw Permalink Normal View History

2020-12-17 12:42:21 +00:00
comment: false
2020-05-19 05:45:39 +00:00
coverage:
status:
project:
default:
threshold: 10% # make CI green
patch:
default:
threshold: 10% # make CI green
2024-06-20 00:25:17 +00:00
ignore: # ignore code coverage on following paths
2020-05-19 05:45:39 +00:00
- "examples"
- ".github"
- "**/*.md"
- "**/*.toml"