mirror of
https://github.com/actix/actix-web.git
synced 2024-11-18 07:35:36 +00:00
16 lines
287 B
YAML
16 lines
287 B
YAML
comment: false
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 10% # make CI green
|
|
patch:
|
|
default:
|
|
threshold: 10% # make CI green
|
|
|
|
ignore: # ignore code coverage on following paths
|
|
- "**/tests"
|
|
- "test-server"
|
|
- "**/benches"
|
|
- "**/examples"
|