We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8c338 commit 2f83511Copy full SHA for 2f83511
.github/workflows/test.yml
@@ -49,6 +49,6 @@ jobs:
49
poetry run pytest typesafety -p no:cov -o addopts="" --mypy-ini-file=setup.cfg
50
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3
53
with:
54
file: ./coverage.xml
0 commit comments