Skip to content

Commit

Permalink
ISSUE-1427: work around codecov V4 issue by reverting back to v3
Browse files Browse the repository at this point in the history
This does not fix the issue.
  • Loading branch information
kgiusti committed Feb 28, 2024
1 parent bab0140 commit 7106e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ jobs:
# https://github.com/codecov/codecov-action
- name: Upload C Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
flags: ${{matrix.covType}}tests
verbose: true
Expand All @@ -821,7 +821,7 @@ jobs:

- name: Upload Python Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
flags: py${{matrix.covType}}tests
verbose: true
Expand Down

0 comments on commit 7106e92

Please sign in to comment.