Skip to content

Commit 6252a1b

Browse files
chore: 更新脚本
1 parent d2d4cb6 commit 6252a1b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ jobs:
4747
test -s coverage/lcov.info
4848
grep -q '^SF:' coverage/lcov.info
4949
50-
- name: Upload coverage to Codecov
51-
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
52-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5, 2026-04-25
53-
with:
54-
fail_ci_if_error: true
55-
files: ./coverage/lcov.info
56-
disable_search: true
57-
token: ${{ secrets.CODECOV_TOKEN }}
50+
# codecov 坏了,老是失败,先注释掉
51+
# - name: Upload coverage to Codecov
52+
# if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
53+
# uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5, 2026-04-25
54+
# with:
55+
# fail_ci_if_error: true
56+
# files: ./coverage/lcov.info
57+
# disable_search: true
58+
# token: ${{ secrets.CODECOV_TOKEN }}
5859

5960
- name: Build
6061
run: bun run build:vite

0 commit comments

Comments
 (0)