ci: Update threshold for codecov
This commit is contained in:
parent
04b4417540
commit
3fb93b9b3d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,13 @@
|
|||
codecov:
|
||||
require_ci_to_pass: yes
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.5%
|
||||
|
||||
comment:
|
||||
layout: "diff, flags, files"
|
||||
layout: "diff"
|
||||
require_changes: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue