mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-31 15:33:57 +02:00
simplify ci like actix-web (#165)
This commit is contained in:
17
codecov.yml
17
codecov.yml
@@ -1,7 +1,16 @@
|
||||
comment: false
|
||||
|
||||
ignore: # ignore codecoverage on following paths
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 100% # make CI green
|
||||
patch:
|
||||
default:
|
||||
threshold: 100% # make CI green
|
||||
|
||||
# ignore code coverage on following paths
|
||||
ignore:
|
||||
- "**/tests"
|
||||
- "**/benches"
|
||||
- "**/examples"
|
||||
- ".github"
|
||||
- "**/*.md"
|
||||
- "**/*.toml"
|
||||
|
Reference in New Issue
Block a user