mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
15 lines
261 B
YAML
15 lines
261 B
YAML
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
threshold: 10% # make CI green
|
||
|
patch:
|
||
|
default:
|
||
|
threshold: 10% # make CI green
|
||
|
|
||
|
ignore: # ignore codecoverage on following paths
|
||
|
- "examples"
|
||
|
- ".github"
|
||
|
- "**/*.md"
|
||
|
- "**/*.toml"
|