Skip to content

Commit 8d4db00

Browse files
authored
Merge pull request #397 from sir-gon/develop
[CONFIG] Github Actions: Python Codecov report adapted to v4.
2 parents 25a7e1e + 90437ee commit 8d4db00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343

4444
- name: Upload coverage reports to Codecov with GitHub Action
4545
uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }} # required
48+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)