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 6ac5db3 commit 3e5f850Copy full SHA for 3e5f850
.github/workflows/build.yml
@@ -50,13 +50,13 @@ jobs:
50
working-directory: ${{ matrix.package }}
51
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4.3.0
54
with:
55
- flags: unittests # optional
56
- name: coverage # optional
+ name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
57
directory: ${{ matrix.package }}
58
fail_ci_if_error: true # optional (default = false)
59
verbose: true # optional (default = false)
+ token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
60
61
lint:
62
runs-on: ubuntu-latest
0 commit comments