mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ae63eb8bb2
* fix clippy warnings * prevent CI fail status caused by codecov
15 lines
271 B
YAML
15 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"
|