Skip to content

Commit e5a0899

Browse files
authored
Bump codecov to v4 (#294)
* 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
1 parent 5f5a890 commit e5a0899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
run: |
3434
hatch run test-cov-xml
35-
- uses: codecov/codecov-action@v3
35+
- uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
fail_ci_if_error: true

0 commit comments

Comments
 (0)