cxc
cxc

Reputation: 259

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

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?

Upvotes: 4

Views: 418

Answers (0)

Related Questions