There was an error while loading. Please reload this page.
1 parent 2025e86 commit 1847541Copy full SHA for 1847541
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Run tests and collect coverage
16
run: pytest --cov app
17
- name: Upload coverage to Codecov
18
- uses: codecov/codecov-action@v4-beta-beta-beta-beta
+ uses: codecov/codecov-action@v4-beta
19
env:
20
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments