Files
tenant-registry/.gitea/workflows
sharang 4852838347
ci / shared (pull_request) Successful in 5s
ci / test (pull_request) Failing after 1m0s
ci / image (pull_request) Has been skipped
ci(tenant-registry): use -coverpkg so server tests count store coverage
The store package has no test files of its own (its API is exercised
end-to-end through the server's eachStore harness against both Memory
and Postgres). Without -coverpkg, store/* shows 0% and drags the
total below the 70% gate even though every store method is run.

-coverpkg=./internal/... routes the instrumentation from server tests
into store + config + server alike.

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