Skip to content

Commit bd9307b

Browse files
committed
chores(ci): revert to prevent fail if codecov report fails
1 parent f771dd3 commit bd9307b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ jobs:
622622
- name: Report API coverage
623623
uses: codecov/codecov-action@v3
624624
with:
625-
fail_ci_if_error: true
626625
files: /tmp/coverage_report/api/lcov.info
627626
working-directory: .
628627
flags: e2e-api
@@ -632,7 +631,6 @@ jobs:
632631
- name: Report UI coverage
633632
uses: codecov/codecov-action@v3
634633
with:
635-
fail_ci_if_error: true
636634
files: /tmp/coverage_report/ui/lcov.info
637635
working-directory: .
638636
flags: e2e

0 commit comments

Comments
 (0)