Skip to content

Commit aa4ba4e

Browse files
committed
Fix codecov
1 parent ac9c94a commit aa4ba4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
poetry run pytest --doctest-modules --ignore=examples --cov=pycardano --cov-config=.coveragerc --cov-report=xml
3434
- name: "Upload coverage to Codecov"
3535
if: ${{ matrix.python-version == '3.11' }}
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4
3737
with:
3838
fail_ci_if_error: true
39+
token: ${{ secrets.CODECOV_TOKEN }}
3940
- name: Run static analyses
4041
run: |
4142
make qa

0 commit comments

Comments
 (0)