Further attempt to prevent codecov posting failure messages (#8050)

pull/21833/head
Andy Balaam 2022-03-14 11:01:02 +00:00 committed by GitHub
parent 23d5ba9c89
commit e725f14651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

6
.github/codecov.yml vendored
View File

@ -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

View File

@ -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