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
Hello, did you instrument the markor.apk before running Stoat? If you want to collect the coverage, you need to instrument the app using Jacoco by yourself. If the apk was instrumented, you should be able to get the coverage.ec file.
I try ro test jacoco project markor.apk using:
ruby run_stoat_testing.rb --app_dir /home/tangsu/ARES_DATA/markor --apk_path /home/tangsu/ARES_DATA/markor/markor.apk --avd_name gtestapi27 --avd_port 5554 --stoat_port 2000 --project_type gradle --model_time 30m --mcmc_time 30m
But i don't find coverage.ec file in coverage dir.
The text was updated successfully, but these errors were encountered: