Skip to content

Commit

Permalink
Remove codecov action overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 17, 2024
1 parent a8a193c commit 41c95bb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1214,21 +1214,11 @@ 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'
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'
- name: Upload Coverage to CodeCov
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
Expand Down

0 comments on commit 41c95bb

Please sign in to comment.