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 ac9c94a commit aa4ba4eCopy full SHA for aa4ba4e
.github/workflows/main.yml
@@ -33,9 +33,10 @@ jobs:
33
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
34
- name: "Upload coverage to Codecov"
35
if: ${{ matrix.python-version == '3.11' }}
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
37
with:
38
fail_ci_if_error: true
39
+ token: ${{ secrets.CODECOV_TOKEN }}
40
- name: Run static analyses
41
run: |
42
make qa
0 commit comments