pruner / cli

The Pruner CLI that reduces the amount of time spent running tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go provider

ffMathy opened this issue · comments

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.

Format: <file>:<startline>.<startcol>,<endline>.<endcol> <numstmt> <count>

From: https://www.cyphar.com/blog/post/20170412-golang-integration-coverage