From 41c95bba7d3aae375d7c26ea33c38a7a9cde285f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 17 Aug 2024 12:34:01 -0400 Subject: [PATCH] Remove codecov action overrides --- .github/workflows/ci-pipeline.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b61b1543f8..08a7a1cfc5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1214,22 +1214,12 @@ jobs: name: windows-integration-test-coverage-Release-Advanced-Sqlite path: ./code_coverage/integration_tests/windows_integration_tests_release_system_sqlite - - name: Upload Coverage to CodeCov (Branch) - if: github.event_name == 'push' || github.event_name == 'schedule' + - name: Upload Coverage to CodeCov uses: codecov/codecov-action@v3 with: directory: ./code_coverage fail_ci_if_error: true - - name: Upload Coverage to CodeCov (PR) - if: github.event_name != 'push' && github.event_name != 'schedule' - uses: codecov/codecov-action@v3 - with: - directory: ./code_coverage - fail_ci_if_error: true - override_pr: ${{ inputs.pull_request_number }} - override_commit: ${{ github.sha }} - build-deb: name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595 runs-on: ubuntu-latest