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 c9b8ed1 commit 7a13655Copy full SHA for 7a13655
.github/workflows/build.yml
@@ -26,4 +26,4 @@ jobs:
26
PYTEST_ADDOPTS: "--strict --cov --cov-report=term-missing --cov-report=xml"
27
run: tox
28
- name: codecov
29
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
30
31
deploy:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments