Skip to content

Commit e42904c

Browse files
committed
chore(ci): code coverage with token
1 parent 2b35d46 commit e42904c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v4
39+
with:
40+
fail_ci_if_error: true
41+
verbose: true
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)