mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
chores(ci): revert to prevent fail if codecov report fails
This commit is contained in:
parent
f771dd3669
commit
bd9307b850
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -622,7 +622,6 @@ jobs:
|
||||
- name: Report API coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
files: /tmp/coverage_report/api/lcov.info
|
||||
working-directory: .
|
||||
flags: e2e-api
|
||||
@ -632,7 +631,6 @@ jobs:
|
||||
- name: Report UI coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
files: /tmp/coverage_report/ui/lcov.info
|
||||
working-directory: .
|
||||
flags: e2e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user