Skip to content

Commit d738c19

Browse files
authored
build(ci): add codecov token (#156)
1 parent 4d4a46f commit d738c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
3636
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}
38+
fail_ci_if_error: true
3739
working-directory: main

0 commit comments

Comments
 (0)