diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua> | 2024-09-17 15:53:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 15:53:56 +0200 |
commit | 66e7210ba41eef525d60def7438f3596488d5615 (patch) | |
tree | ed115ebf9a3fa707679445183d8fb177ec4ce089 /.github | |
parent | 🧪 Delegate source filtering to coverage.py (#15528) (diff) | |
download | awx-66e7210ba41eef525d60def7438f3596488d5615.tar.xz awx-66e7210ba41eef525d60def7438f3596488d5615.zip |
🧪 Upload coverage from the rest of CI jobs (#15526)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8b8c9c344..06bd26fbf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |