Reputation: 259
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