Further attempt to prevent codecov posting failure messages (#8050)
parent
23d5ba9c89
commit
e725f14651
|
@ -1,9 +1,7 @@
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
patch:
|
project: off
|
||||||
default:
|
patch: off
|
||||||
enabled: no
|
|
||||||
if_not_found: success
|
|
||||||
comment:
|
comment:
|
||||||
layout: "diff, files"
|
layout: "diff, files"
|
||||||
behavior: default
|
behavior: default
|
||||||
|
|
|
@ -25,4 +25,5 @@ jobs:
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
|
fail_ci_if_error: false
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in New Issue