Skip to content

Commit

Permalink
fix: update gha for codecov and configure token
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Apr 14, 2024
1 parent 94958aa commit 1ef0d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: tox
env:
PLATFORM: ${{ matrix.platform }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
# .. seealso:: https://github.com/marketplace/actions/codecov#usage
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # Required for all repos
# files: ./coverage1.xml,./coverage2.xml # optional
# flags: unittests # optional
# name: codecov-umbrella # optional
Expand Down

0 comments on commit 1ef0d59

Please sign in to comment.