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.
1 parent 977d9c1 commit a45086aCopy full SHA for a45086a
.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@v3
+ uses: codecov/codecov-action@v4
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
verbose: true
0 commit comments