Skip to content

Commit b279b8a

Browse files
committed
ci: fix Codecov tokenless upload for public repo
1 parent 59c61cb commit b279b8a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
with:
4747
files: coverage.out
4848
flags: unittests
49-
fail_ci_if_error: true
50-
env:
51-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49+
fail_ci_if_error: false
50+
token: ""
5251

0 commit comments

Comments
 (0)