Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4 (#393)
Browse files Browse the repository at this point in the history
* Update codecov/codecov-action action to v4

* add token

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
renovate[bot] and nvuillam authored Aug 25, 2024
1 parent 1a804b8 commit 397463b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
- name: Build coverage report
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: coverage.lcov
flags: unittests
verbose: true
dry_run: true
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 397463b

Please sign in to comment.