We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c65a7b commit 7a309bcCopy full SHA for 7a309bc
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
pytest --cov=api api/tests/ --cov-report=xml
26
27
- name: Upload backend coverage to Codecov
28
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
31
files: ./coverage.xml
0 commit comments