gobco icon indicating copy to clipboard operation
gobco copied to clipboard

Measuring branch coverage of golang test

Results 3 gobco issues
Sort by recently updated
recently updated
newest added

Hello, For example, my test file in the vm/runtime/ package, but I want to get the branch coverage of /vm/... package using the following command: go test -cover -coverpkg ../../vm/......

Dear junhwi, Recently, I have used your tool to do many things. However, I have a question? I can get the coverage file and the coverage file provide some detailed...

Hi, I don't know how but gobco corrupted my original source replacing branches with calls to gobcocover. The first I knew of this was when "go build" started to fail...