Skip to content

Commit

Permalink
update unit_test_coverage to use codecov token and update version for…
Browse files Browse the repository at this point in the history
… codecov action
  • Loading branch information
riddhi-desai committed Aug 7, 2024
1 parent ca6dc6e commit af09560
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
with:
name: coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit af09560

Please sign in to comment.