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 67f458d commit aa05dafCopy full SHA for aa05daf
.github/workflows/lint-and-test.yml
@@ -35,7 +35,7 @@ jobs:
35
run: python3 -m pytest --cov app --cov-report html --cov-report term --cov-report xml
36
37
- name: Upload reports to Codecov
38
- uses: codecov/codecov-action@v4-beta
+ uses: codecov/codecov-action@v5-beta
39
env:
40
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Required for v4
41
with:
0 commit comments