Skip to content

Commit

Permalink
Update unit-test.yml with CODECOV_TOKEN (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam authored Jun 18, 2024
1 parent 415dc30 commit 2acad45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
make test
- name: Upload to Codecov
uses: codecov/codecov-action@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
files: ./cover.out
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2acad45

Please sign in to comment.