mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
17 lines
271 B
YAML
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"
|