mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
ci/codecov: add codecov config
This commit is contained in:
parent
0facba90a6
commit
7580533e42
1 changed files with 24 additions and 0 deletions
24
.codecov.yml
Normal file
24
.codecov.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
coverage:
|
||||
precision: 1
|
||||
round: down
|
||||
range: "70...100"
|
||||
|
||||
status:
|
||||
project:
|
||||
default: off
|
||||
target: auto
|
||||
threshold: 10%
|
||||
if_not_found: success
|
||||
if_ci_failed: error
|
||||
patch:
|
||||
default: off
|
||||
only_pulls: true
|
||||
target: 50%
|
||||
threshold: 10%
|
||||
changes: false
|
||||
ignore:
|
||||
- "vendor"
|
||||
|
||||
comment:
|
||||
behavior: default
|
||||
require_changes: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue