切换存储方式

This commit is contained in:
dragon
2025-11-11 10:13:53 +08:00
parent a0e6bb668e
commit aa5d6b0f10
21 changed files with 388 additions and 165 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: go mod download
- name: Run tests with coverage
run: go test -v -coverprofile=coverage.txt ./...
run: make test lint
- uses: codecov/codecov-action@v5
with: