Skip to content

Commit

Permalink
Update unit_test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-benohe authored Oct 16, 2024
1 parent 224d82a commit 23c80a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
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 23c80a1

Please sign in to comment.