Skip to content

Commit

Permalink
Merge pull request #288 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] Github Actions: Python Codecov report adapted to v4.
  • Loading branch information
sir-gon authored Feb 18, 2024
2 parents bb04705 + 85006f9 commit 407225f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ jobs:

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

0 comments on commit 407225f

Please sign in to comment.