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 b0d6d32 commit f940b78Copy full SHA for f940b78
.github/workflows/ci.yml
@@ -21,12 +21,12 @@ jobs:
21
- name: Run tests and collect coverage
22
run: pytest --cov app
23
- name: Upload coverage to Codecov (token)
24
- uses: codecov/codecov-action@th/fix-head-repo-for-tokenless
+ uses: codecov/codecov-action@v5
25
with:
26
verbose: true
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
- name: Upload coverage to Codecov (no token)
30
31
32
0 commit comments