Skip to content

Commit

Permalink
Merge pull request #20 from MatthewSZhang/ci-codecov
Browse files Browse the repository at this point in the history
CI update to codecov v5.0.0
  • Loading branch information
MatthewSZhang authored Nov 15, 2024
2 parents 0840101 + d8f20bf commit 1d007de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
FMT=xml pixi run test-coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build SDist
Expand Down

0 comments on commit 1d007de

Please sign in to comment.