Skip to content

Commit 401b696

Browse files
committed
x
1 parent 60d581d commit 401b696

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
run: |
4141
make test
4242
43-
- name: Upload results to Codecov
43+
- name: Upload coverage to Codecov
44+
uses: codecov/codecov-action@v5
45+
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}
47+
48+
- name: Upload test results to Codecov
4449
uses: codecov/codecov-action@v5
4550
with:
4651
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)