Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
make bench

- name: Upload coverage to Codecov # 上传覆盖率到 Codecov
uses: codecov/codecov-action@v4 # 使用最新的主版本
uses: codecov/codecov-action@v5 # 使用最新的主版本
# 移除了 token,对于公共仓库或通过 GitHub App 集成通常不需要
# 如果需要,添加 token:
# with:
Expand Down
Loading