test: add code coverage for Go integration tests
Closed this issue · 0 comments
wenchy commented
With Go 1.20, you can now build coverage-instrumented programs using go build -cover
, then feed these instrumented binaries into an integration test to extend the scope of coverage testing.