Further attempt to prevent codecov posting failure messages (#8050)
This commit is contained in:
parent
23d5ba9c89
commit
e725f14651
2 changed files with 3 additions and 4 deletions
6
.github/codecov.yml
vendored
6
.github/codecov.yml
vendored
|
@ -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
|
||||||
|
|
1
.github/workflows/test_coverage.yml
vendored
1
.github/workflows/test_coverage.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue