From 68ba4d57d54d6b315b8552016934c132ac151603 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sat, 13 Apr 2024 17:24:02 +0200 Subject: [PATCH] Remove unused CI code (#115300) --- .github/workflows/ci.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7dd6f798eef..d619fd8c7dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1086,19 +1086,13 @@ jobs: uses: actions/download-artifact@v4.1.4 with: pattern: coverage-* - - name: Upload coverage to Codecov (full coverage) + - name: Upload coverage to Codecov if: needs.info.outputs.test_full_suite == 'true' uses: codecov/codecov-action@v4.3.0 with: fail_ci_if_error: true flags: full-suite token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload coverage to Codecov (partial coverage) - if: needs.info.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v4.3.0 - with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} pytest-partial: runs-on: ubuntu-22.04 @@ -1224,14 +1218,7 @@ jobs: uses: actions/download-artifact@v4.1.4 with: pattern: coverage-* - - name: Upload coverage to Codecov (full coverage) - if: needs.info.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v4.3.0 - with: - fail_ci_if_error: true - flags: full-suite - token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload coverage to Codecov (partial coverage) + - name: Upload coverage to Codecov if: needs.info.outputs.test_full_suite == 'false' uses: codecov/codecov-action@v4.3.0 with: