1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 12:02:59 +00:00
actix-web/.codecov.yml

16 lines
271 B
YAML
Raw Permalink Normal View History

2020-12-17 12:38:52 +00:00
comment: false
coverage:
status:
project:
default:
2021-03-02 13:18:16 +00:00
threshold: 100% # make CI green
patch:
default:
2021-03-02 13:18:16 +00:00
threshold: 100% # make CI green
ignore: # ignore code coverage on following paths
- "**/tests"
- "**/benches"
- "**/examples"