unified-code-coverage-android icon indicating copy to clipboard operation
unified-code-coverage-android copied to clipboard

Allow generating report even if any test case fail.

Open ujwal-coditas opened this issue 5 years ago • 0 comments

As of now, if any test fails, Jacoco doesn't generate the code coverage report in percentage. Can we generate a test coverage report even if any test fails?

Let's say we have 5 instrumentation test cases, and only one of them is failing. But 4 of them are successfully executed. Can we check, how much code is covered by 4 passed tests ignoring 1 failed test?

ujwal-coditas avatar Feb 07 '20 09:02 ujwal-coditas