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 857c11f commit e5095d5Copy full SHA for e5095d5
.github/workflows/run-tests.yml
@@ -40,6 +40,6 @@ jobs:
40
poetry run pytest --cov --cov-report=xml
41
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
44
with:
45
env_vars: OS,PYTHON
0 commit comments