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

I am getting below error

Open mahesh825mahi opened this issue 6 years ago • 1 comments

Unknown Execution value 'ANDROIDX_TEST_ORCHESTRATOR'. Possible values are 'host', 'android_test_orchestrator'. Open File

mahesh825mahi avatar May 07 '19 08:05 mahesh825mahi

when i using "host" working fine. But i am getting zero code coverage.

testOptions { execution 'host' animationsDisabled true

    unitTests {
        includeAndroidResources = true
    }
}

mahesh825mahi avatar May 07 '19 09:05 mahesh825mahi