Skip to content

Commit 94d7c7b

Browse files
fix: no token
1 parent 98fe337 commit 94d7c7b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,3 @@ jobs:
6868
verbose: true
6969
env:
7070
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
71-
- name: Upload coverage to Codecov (no token)
72-
uses: codecov/codecov-action@v3
73-
with:
74-
fail_ci_if_error: true
75-
verbose: true
76-
- name: Upload coverage to Codecov (oidc)
77-
uses: codecov/codecov-action@v3
78-
with:
79-
fail_ci_if_error: true
80-
use_oidc: true
81-
verbose: true

0 commit comments

Comments
 (0)