Skip to content

Commit 1b9be2b

Browse files
authored
Update unit_test.yaml codecov step (#225)
Signed-off-by: Todd Ekenstam <[email protected]>
1 parent 62c8d96 commit 1b9be2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit_test.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: |
2828
make test
2929
30-
- name: Upload to Codecov
30+
- name: Upload coverage reports to Codecov
3131
uses: codecov/codecov-action@v4
3232
with:
33-
file: ./coverage.txt
33+
files: ./coverage.out
34+
token: ${{ secrets.CODECOV_TOKEN }}
35+

0 commit comments

Comments
 (0)