unified-code-coverage-android
unified-code-coverage-android copied to clipboard
Mixing the coverage data from both Instrumented and Unit tests
why branch coverage is n/a
Include docs on differences and known issues with AGP 7.0.0 Fixes an issue found with including the jacoco task in every module that creates a race and non-deterministic failures of...
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...
After running `./gradlew createDebugCoverageReport` task and opening report (`app/build/reports/coverage/debug/index.html`) I can see in the right bottom corner this text version: `Created with JaCoCo 0.7.9.201702052155` Shouldn't the JaCoCo version be the...
 Getting zero test coverage. Can you help with this?
> Task :app:connectedDebugAndroidTest Starting 0 tests on SM-J700F - 6.0.1 com.android.builder.testing.ConnectedDevice > No tests found.[SM-J700F - 6.0.1] FAILED No tests found. This usually means that your test classes are not...
Unknown Execution value 'ANDROIDX_TEST_ORCHESTRATOR'. Possible values are 'host', 'android_test_orchestrator'. Open File
Great guide and examples! Thank you! I think the example can benefit from adding multiple flavors, or at least some comments related to them. Unfortunately, jacoco does not provide any...