Skip to content

Commit 39552bd

Browse files
committed
Updated code-cov token.
1 parent 0123bf1 commit 39552bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165
uses: codecov/codecov-action@v4
166166
with:
167167
files: lcov.info
168-
fail_ci_if_error: false
169-
token: ${{ secrets.CODECOV_TOKEN }}
168+
fail_ci_if_error: true
169+
token: ${{ secrets.CODECOV_GLOBAL_UPLOAD_TOKEN }}
170170

171171
- name: Generate coverage summary
172172
run: |

0 commit comments

Comments
 (0)