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

This commit is contained in:
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:
status:
patch:
default:
enabled: no
if_not_found: success
project: off
patch: off
comment:
layout: "diff, files"
behavior: default

View file

@ -25,4 +25,5 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
verbose: true