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 ac13550 commit 2aebdc9Copy full SHA for 2aebdc9
.github/workflows/python-package.yml
@@ -67,10 +67,9 @@ jobs:
67
tox --verbose --verbose -e "${{ matrix.python-version }}-unit"
68
69
- name: Upload coverage reports to Codecov
70
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
71
with:
72
fail_ci_if_error: true # optional (default = false)
73
- token: ${{ secrets.CODECOV_TOKEN }} # required
74
verbose: true # optional (default = false)
75
76
Integration:
0 commit comments