We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10dd5f6 + 84e0eb6 commit 42e49d0Copy full SHA for 42e49d0
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run Tests with coverage analysis
45
run: |
46
hatch test --cover
47
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
fail_ci_if_error: true
0 commit comments