There was an error while loading. Please reload this page.
2 parents c54d52f + 09b2b41 commit 9f8734eCopy full SHA for 9f8734e
.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@v1
+ uses: codecov/codecov-action@v3
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
30
31
deploy:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments