Skip to content

Commit eb11f53

Browse files
committed
1 parent 423246b commit eb11f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install '.[tests]'
2323
pytest --cov=./ --cov-report=xml
2424
- name: Upload coverage to Codecov
25-
uses: codecov/codecov-action@v2
25+
uses: codecov/codecov-action@v3
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}
2828
directory: ./coverage/reports/

0 commit comments

Comments
 (0)