fix: 解决 node 下 loading 按钮计算错误问题

This commit is contained in:
claude-code-best
2026-04-17 10:42:40 +08:00
parent c659912517
commit ac42ce2d67
3 changed files with 7 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: bun test --coverage --coverage-reporter=lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}