Skip to content

Commit b78ad81

Browse files
authored
ci: add codecov token (#116)
1 parent ab55aae commit b78ad81

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)