codecov: Update config
There were previously errors in expected values, this should fix them.
This commit is contained in:
parent
f20378cd67
commit
932ad97be9
1 changed files with 3 additions and 3 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
patch: no
|
patch: off
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
threshold: 5%
|
threshold: 5%
|
||||||
codecov:
|
codecov:
|
||||||
require_ci_to_pass: no
|
require_ci_to_pass: false
|
||||||
comment:
|
comment:
|
||||||
layout: "reach,diff,flags,files,footer"
|
layout: "reach,diff,flags,files,footer"
|
||||||
behavior: default
|
behavior: default
|
||||||
require_changes: no
|
require_changes: false
|
||||||
ignore:
|
ignore:
|
||||||
- "api"
|
- "api"
|
||||||
- "playwright"
|
- "playwright"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue