Fixed
Status Update
Comments
al...@google.com <al...@google.com>
ex...@gmail.com <ex...@gmail.com> #3
Can you please share any way to overcome this issue.
ra...@gmail.com <ra...@gmail.com> #4
Hi Google Team -
I'm also facing this issue. Can we please prioritize this issue to fix?I can't get code coverage report with Android Test Orchestrator.
I'm also facing this issue. Can we please prioritize this issue to fix?I can't get code coverage report with Android Test Orchestrator.
pe...@gmail.com <pe...@gmail.com> #5
As comment # 3 mention, do we have any workaround? Code Coverage is an important parameter in our CI/CD.
pe...@gmail.com <pe...@gmail.com> #6
Tried with gradle 3.4.0 "com.android.tools.build:gradle:3.4.0", still issue is replicable. Is there any work around to generate code coverage with test orchestrator enabled
ex...@gmail.com <ex...@gmail.com> #7
This bug will be closed in 7 days. Please let us know how to respond to the external bug. Alternatively, please feel free to update the external bug directly. If an update is not provided, the external bug will be closed as infeasible.
pe...@gmail.com <pe...@gmail.com> #8
Please ignore above comment.
jo...@gmail.com <jo...@gmail.com> #9
Any update on the issue
j....@mrchadd.nl <j....@mrchadd.nl> #10
I am also facing the same issue , when are we expecting to get it fixed
ca...@google.com <ca...@google.com> #11
Team google, can you please provide fix or a workaround to generate code coverage report when we are clear app data?
ca...@google.com <ca...@google.com> #12
Team, This looks to be a critical bug on Android test orchestrator. Kindly increase its priority and provide your comments.
br...@infinum.com <br...@infinum.com> #13
Hi, I'm facing the same issue. Do you have any update on this?
I'm using:
execution 'ANDROIDX_TEST_ORCHESTRATOR' (version 1.2.0)
testInstrumentationRunnerArguments clearPackageData: 'true'
And the coverage files are not found after the test execution.
I need to use Android Test Orchestrator and clearPackageData to avoid crashes and random failures during the execution. But I also need to get coverage results.
Is there a way to save the coverage files in another location to avoid its removal? I tried to use coverageFilePath but it didn't work.
I'm using:
execution 'ANDROIDX_TEST_ORCHESTRATOR' (version 1.2.0)
testInstrumentationRunnerArguments clearPackageData: 'true'
And the coverage files are not found after the test execution.
I need to use Android Test Orchestrator and clearPackageData to avoid crashes and random failures during the execution. But I also need to get coverage results.
Is there a way to save the coverage files in another location to avoid its removal? I tried to use coverageFilePath but it didn't work.
Description
Component used: core-splashscreen
Version used: 1.0.0-alpha02
Devices/Android versions reproduced on: Xiaomi Mi9 (API 30 with enabled dark mode)
Two background drawables (
compat_splash_screen_no_icon_background.xml
andcompat_splash_screen_no_icon_background.xml
) including only a stroke definition. In some cases, without any other inputs, this causes the fill color to be inferred as black.I managed to solve this by adding:
at the end of masking shape.