Code coverage in android studio 1.2 for instrumented tests -
i have been trying use new code coverage feature in android studio 1.2. there seems no documentation feature, far figured out add
testcoverageenabled true to debug flavor of gradle file.
still can create code coverage reports junit test cases, not instrumented android test cases.
is there way generate code coverage instrumented android test cases ?
as @phil h noted, need add jacoco plugin in order generate reports, , need run connectedcheck in order run tests generate data. can find post here: http://blog.wittchen.biz.pl/test-coverage-report-for-android-application/ additional details.
Comments
Post a Comment