There was an error while loading. Please reload this page.
2 parents 6609e6d + e703ae6 commit aa5922bCopy full SHA for aa5922b
.github/workflows/ci.yml
@@ -15,4 +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@v3
+ uses: codecov/codecov-action@v4.0.0-beta.2
19
+ env:
20
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments