Skip to content

Commit 68afe07

Browse files
committed
ci: codecov v4 again
1 parent 19f5181 commit 68afe07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
./*gcov
4545
./ut/CMakeFiles/UtLib.dir/domino/*PriDom*
4646
47-
- uses: codecov/codecov-action@v3
47+
- uses: codecov/codecov-action@v4
48+
env:
49+
token: ${{ secrets.CODECOV_TOKEN }}
4850
if: always()
4951
with:
5052
file: ut/gcovr/cov.xml # optional

0 commit comments

Comments
 (0)