Skip to content

Commit

Permalink
chore: add codecov report back to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed May 29, 2024
1 parent 0dc7753 commit 7b5281b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
make test-unit cover-report
# - name: Report unit test coverage via Codecov
# uses: codecov/codecov-action@v3
# with:
# files: ./coverage/coverage.out
- name: Report test coverage via Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage/coverage.out



0 comments on commit 7b5281b

Please sign in to comment.