Skip to content

Commit 0d0355f

Browse files
committed
codecov
1 parent fa11eeb commit 0d0355f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
env:
3030
USER: "test-user"
3131

32-
# fix the rate limited upload
33-
# - name: Upload to codecov.io
34-
# uses: codecov/codecov-action@v3
35-
# with:
36-
# fail_ci_if_error: true
32+
- name: Upload to codecov.io
33+
uses: codecov/codecov-action@v5
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)