chore: generate coverage report
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-03-25 16:33:39 -04:00
parent d7a8bbd710
commit 9d15b0038f
GPG Key ID: D47306D7062CDA9D

View File

@ -12,4 +12,4 @@ clean:
rm -rf *.out
test:
go test -v ./...
go test -coverprofile cover.out -v ./...