Skip to content

Commit 7a309bc

Browse files
committed
1 parent 7c65a7b commit 7a309bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pytest --cov=api api/tests/ --cov-report=xml
2626
2727
- name: Upload backend coverage to Codecov
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v3
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
files: ./coverage.xml

0 commit comments

Comments
 (0)