Files
tenant-registry/.gitea/workflows
sharang 96c9586b4d
ci / shared (pull_request) Successful in 6s
ci / test (pull_request) Successful in 1m29s
ci / image (pull_request) Has been skipped
ci(tenant-registry): drop store from go-test, keep it in -coverpkg
go: no such tool 'covdata' fires when go test tries to build a test
binary for a package with zero _test.go files under -coverpkg. The
store package has no tests of its own (exercised via the server
harness); excluding it from the test command sidesteps the error
while -coverpkg still counts its coverage from server-side exercise.

Refs: M4.2
2026-05-19 12:50:07 +02:00
..