Skip to content

Commit aee4d87

Browse files
committed
Codecov action
1 parent 2a5bae6 commit aee4d87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
working-directory: iOverlay
2525
run: cargo tarpaulin --out Lcov
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v4
27+
uses: codecov/codecov-action@v5
2828
with:
2929
files: iOverlay/lcov.info
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)