mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 10:59:33 +00:00
15 lines
271 B
YAML
15 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"
|