1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

chore: move codecov file

This commit is contained in:
Rob Ede
2023-08-03 06:28:45 +01:00
parent b4fcdffdc3
commit 1c60978a89
2 changed files with 14 additions and 1 deletions

15
.codecov.yml Normal file
View File

@ -0,0 +1,15 @@
comment: false
coverage:
status:
project:
default:
threshold: 100% # make CI green
patch:
default:
threshold: 100% # make CI green
ignore: # ignore code coverage on following paths
- "**/tests"
- "**/benches"
- "**/examples"