Skip to content

Commit

Permalink
Update to the latest version of codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperwalbrun committed Mar 20, 2024
1 parent c0f8ef3 commit 238246d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Unit test with code coverage analysis on Python ${{ matrix.python-version }}
run: tox
- name: Upload test coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
# We specify the token below to mitigate the impact of the bug mentioned here:
# https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
flags: python${{ matrix.python-version }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: Unit test with code coverage analysis on Python ${{ matrix.python-version }}
run: tox
- name: Upload test coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
# We specify the token below to mitigate the impact of the bug mentioned here:
# https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
flags: python${{ matrix.python-version }}
Expand Down

0 comments on commit 238246d

Please sign in to comment.