Skip to content

Commit 3e5f850

Browse files
authored
ci: upgrade codecov (#76)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6ac5db3 commit 3e5f850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
working-directory: ${{ matrix.package }}
5151

5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v4.3.0
5454
with:
55-
flags: unittests # optional
56-
name: coverage # optional
55+
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
5756
directory: ${{ matrix.package }}
5857
fail_ci_if_error: true # optional (default = false)
5958
verbose: true # optional (default = false)
59+
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
6060

6161
lint:
6262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)