Further attempt to prevent codecov posting failure messages (#8050)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user