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 88894e2 commit f31a06bCopy full SHA for f31a06b
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
41
- name: "Upload coverage to Codecov"
42
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
43
with:
44
fail_ci_if_error: true
45
0 commit comments