1
0
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:
Rob Ede
2021-03-22 11:46:02 +00:00
committed by GitHub
parent 15d72b1694
commit c7df62d0b6
11 changed files with 220 additions and 268 deletions

View File

@@ -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"