Commit Graph

3 Commits

Author SHA1 Message Date
reddevillg 34f72819e8 chore: fix coverage CI
Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-09-19 10:07:52 +08:00
myml 6cd8f2d0e6 chore: add erofs-utils to build dependencies
1. Added erofs-utils package to the list of dependencies in both
build.yaml and codecov.yaml workflows
2. This package is required for EROFS filesystem support in the build
process
3. Ensures consistent development environment across different workflows

chore: 添加 erofs-utils 到构建依赖项

1. 在 build.yaml 和 codecov.yaml 工作流中添加了 erofs-utils 包到依赖项
列表
2. 该包是构建过程中 EROFS 文件系统支持所必需的
3. 确保不同工作流之间开发环境的一致性
2025-08-01 13:50:41 +08:00
myml 0f1a1cecfb feat: add test coverage workflow
添加单元测试覆盖率工作流
2025-07-30 13:19:50 +08:00