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
On idea to implement such an API would be to check if GlobalCoverageMonitor is available and then call dump(String) or saveCoverage(String) on the object via reflection.
On idea to implement such an API would be to check if
GlobalCoverageMonitoris available and then calldump(String)orsaveCoverage(String)on the object via reflection.