Skip to content

Commit

Permalink
Bump codecov to v4 (#294)
Browse files Browse the repository at this point in the history
* bump codecov to v4

* ignore ruff rule related to pairwise preference over zip (#290)

* ignore ruff rule related to pairwise preference over zip

* remove extra space
  • Loading branch information
ssenan authored Jun 11, 2024
1 parent 5f5a890 commit e5a0899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test
run: |
hatch run test-cov-xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit e5a0899

Please sign in to comment.