Skip to content

Commit

Permalink
Update unit-test.yml (#438)
Browse files Browse the repository at this point in the history
* Update unit-test.yml

* Update unit-test.yml
  • Loading branch information
tekenstam authored Jun 19, 2024
1 parent 1f12dcc commit 2d25056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Test
run: |
make test
- name: Upload to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2d25056

Please sign in to comment.