mirror of
https://github.com/actix/actix-web.git
synced 2025-03-10 21:41:07 +00:00
14 lines
271 B
YAML
14 lines
271 B
YAML
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"
|