1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/codecov.yml
2021-03-22 11:46:02 +00:00

17 lines
271 B
YAML

comment: false
coverage:
status:
project:
default:
threshold: 100% # make CI green
patch:
default:
threshold: 100% # make CI green
# ignore code coverage on following paths
ignore:
- "**/tests"
- "**/benches"
- "**/examples"