We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac69ea8 commit ef72bc0Copy full SHA for ef72bc0
.github/workflows/lint-test.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
hatch run test
59
- name: Upload coverage reports to Codecov with GitHub Action
60
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
verbose: true
0 commit comments