We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423246b commit eb11f53Copy full SHA for eb11f53
.github/workflows/codecov.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install '.[tests]'
23
pytest --cov=./ --cov-report=xml
24
- name: Upload coverage to Codecov
25
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
26
with:
27
token: ${{ secrets.CODECOV_TOKEN }}
28
directory: ./coverage/reports/
0 commit comments