We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f771dd3 commit bd9307bCopy full SHA for bd9307b
1 file changed
.github/workflows/ci.yml
@@ -622,7 +622,6 @@ jobs:
622
- name: Report API coverage
623
uses: codecov/codecov-action@v3
624
with:
625
- fail_ci_if_error: true
626
files: /tmp/coverage_report/api/lcov.info
627
working-directory: .
628
flags: e2e-api
@@ -632,7 +631,6 @@ jobs:
632
631
- name: Report UI coverage
633
634
635
636
files: /tmp/coverage_report/ui/lcov.info
637
638
flags: e2e
0 commit comments