Should be possible by first running `go test -list . -json`: https://stackoverflow.com/questions/36938520/use-go-test-to-list-all-tests-case This could then be used to run all tests with coverage individually.
Should be possible by first running
go test -list . -json: https://stackoverflow.com/questions/36938520/use-go-test-to-list-all-tests-caseThis could then be used to run all tests with coverage individually.