skyisle / android-test-kit

Automatically exported from code.google.com/p/android-test-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any JaCoCo/Code Coverage working sample?

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Setup simplest Espresso unit test
2. set to true 'testCoverageEnabled' in 'android{ buildTypes{ debug{ ... }}}'
3. Try to run test

What is the expected output? What do you see instead?
- working test coverage, generated coverage report

What version of the product are you using? On what operating system?
- v2.0
- windows 8.1 x64
- android studio latest
- android sdk, builds tools - latest

Please provide any additional information below.
- project combines: jUnit 4.12, Robolectric latest, Espresso latest, hamcrest 
latest, Dagger latest, Mockito latest 

Original issue reported on code.google.com by kucheren...@gmail.com on 5 Jan 2015 at 10:05

Sorry, don't have one. Perhaps try to ask on android-test-kit-discuss.

Original comment by vale...@google.com on 16 Mar 2015 at 7:46

  • Changed state: WontFix