Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version used:
Android Gradle plugin - 3.2.0-beta04
Orcestrator - 1.0.2
What steps will reproduce the problem?
1. Set the Android Gradle plugin version to 3.2.0-beta04
2. Set the orchesetrator to 1.0.2
How are you running your tests (via Android Studio, Gradle, adb, etc.)?
Run the test with command "./gradlew createDebugCoverageReport" in terminal
What is the expected output? What do you see instead?
Expected to run the test successfully and generate the report
Saw an error message "java.io.IOException: No coverage data to process in directory XXXXXX" instead
P.S. if I use Android Gradle plugin 3.1.0 and orchestrator 1.0.1, it worked fine except the report is not returning the right result (that's why I need to use orchestrator 1.0.2, that's why I need to use a newer version of Android Gradle plugin)
Attached a sample project for this case