Skip to content

Commit 0ea4b8d

Browse files
committed
ci: add codecov token
1 parent ab55aae commit 0ea4b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343

4444
- name: Publish to Codecov
4545
uses: codecov/codecov-action@v4
46+
with:
47+
fail_ci_if_error: true
48+
token: ${{ secrets.CODECOV_TOKEN }}
4649

4750
- name: Set Dev version
4851
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)