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

17 lines
271 B
YAML
Raw Permalink Normal View History

2020-12-17 13:41:58 +01:00
comment: false
2021-03-22 12:46:02 +01:00
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"
2020-03-17 22:24:39 +01:00
- "**/examples"