mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
🧪 Upload coverage from the rest of CI jobs (#15526)
This commit is contained in:
committed by
GitHub
parent
0a4370acf0
commit
66e7210ba4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user