mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-04 07:11:48 +01:00
Further attempt to prevent codecov posting failure messages (#8050)
This commit is contained in:
parent
23d5ba9c89
commit
e725f14651
6
.github/codecov.yml
vendored
6
.github/codecov.yml
vendored
@ -1,9 +1,7 @@
|
||||
coverage:
|
||||
status:
|
||||
patch:
|
||||
default:
|
||||
enabled: no
|
||||
if_not_found: success
|
||||
project: off
|
||||
patch: off
|
||||
comment:
|
||||
layout: "diff, files"
|
||||
behavior: default
|
||||
|
||||
1
.github/workflows/test_coverage.yml
vendored
1
.github/workflows/test_coverage.yml
vendored
@ -25,4 +25,5 @@ jobs:
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
verbose: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user