I have an android application created for custom ROM where I install it as a system app by giving android:sharedUserId="android.uid.system".
I have integration Jacoco to the project to get the coverage report
I can get the coverage when I remove sharedUserId and install on a normal android device. But when I use shared userId i am getting the following exception
Execution failed for task ':app:createDebugAndroidTestCoverageReport'
java.io.IOException: No coverage data to process in directories [C:\Users\MyApp\coverage]`