Skip to content

Commit

Permalink
Update codecov GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam authored Jun 19, 2024
1 parent abe59e1 commit 70bd64a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: |
make tests
- name: Upload to Codecov
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 70bd64a

Please sign in to comment.