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?