1
0
mirror of https://github.com/actix/actix synced 2025-04-19 15:20:02 +02:00
actix/.codecov.yml
2024-02-01 04:03:29 +00:00

16 lines
271 B
YAML

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