🧪 Upload coverage from the rest of CI jobs (#15526)

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-09-17 15:53:56 +02:00
committed by GitHub
parent 0a4370acf0
commit 66e7210ba4
3 changed files with 19 additions and 9 deletions

View File

@@ -59,7 +59,6 @@ jobs:
- name: Upload test coverage to Codecov
if: >-
!cancelled()
&& matrix.tests.name == 'api-test'
&& steps.make-run.outputs.cov-report-files != ''
uses: codecov/codecov-action@v4
with:
@@ -79,7 +78,6 @@ jobs:
- name: Upload test results to Codecov
if: >-
!cancelled()
&& matrix.tests.name == 'api-test'
&& steps.make-run.outputs.test-result-files != ''
uses: codecov/test-results-action@v1
with: