You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(android, jacoco): dump coverage file after running Detox tests
This should not be necessary but in practice relying on the InstrumentationRunner
to dump coverage during it's finish lifecycle transition is unreliable because of
a UIAutomator bug that crashes the process before coverage is dumped
Rather than rely on that, we dump it ourselves manually
0 commit comments