Do all tests have to pass to get code coverage in Go?

229 Views Asked by At

I am using the -cover to collect coverage in my Go project. However, it seems that the tests have to be 100% success rate in order to get the coverage report. Is there any way I can get the coverage despite the failed tests?

0

There are 0 best solutions below