Virtual Device Testing [Android] Code Coverage Files Not Generated for Pixel 2

.ec code coverage files are not generated for Pixel 2 device. This configuration correctly generates them for the default Nexus configuration.

- virtual-device-testing-for-android@1:
    title: Espresso Testing
    inputs:
    - directories_to_pull: "/sdcard/"
    - download_test_results: 'true'
    - use_verbose_log: 'true'
    - environment_variables: |-
        coverage=true
        coverageFile=/sdcard/coverage.ec
    - test_devices: Pixel2,29,en,portrait
    - test_type: instrumentation

The following files are generated:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.