Commit 7117bf4
committed
test(e2e, android): Java gives you path in /data/user/0, use it to pull device coverage file
it is apparently a symbolic link to /data/data per docs, but in practice after Java dumped the file
there, adb could not see it. Java dumped it to /data/data locally but /data/user/0 in CI which was also odd
Also sleep a moment to let the app quiet down and dump the report1 parent 837f36c commit 7117bf4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments