Go provider
ffMathy opened this issue · 1 comments
ffMathy commented
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.
ffMathy commented
Format: <file>:<startline>.<startcol>,<endline>.<endcol> <numstmt> <count>
From: https://www.cyphar.com/blog/post/20170412-golang-integration-coverage