Assigned
Status Update
Comments
ni...@hinge.co <ni...@hinge.co> #3
Can you please share any way to overcome this issue.
sa...@squareup.com <sa...@squareup.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.
an...@google.com <an...@google.com> #5
As comment # 3 mention, do we have any workaround? Code Coverage is an important parameter in our CI/CD.
Description
I'm using
GraphicsLayer
for recording a composable and drawing it in another location. When the destination exists in a different node in the hierarchy -- such that it does not share a root node -- the drawing does not work.If you run the following code, you'll notice that the counter starts at
0
, but never updates. I was able to fix this by manually invalidating my draw scope, but should this be supported out of the box?