How to get code coverage report of a library project. 
my project structure is :

--root
    |
    |--library
    |
    |-- app
         |
         |-src
         |-res
         |-assets
         |-AndroidManifest.xml
         |-tests
    

when i run build.gradle file for 'app'  with *testCoverageEnabled true *it 
generates coverage.ec but it does not consider the library project source. 
Although all the unit test cases passes.

Environment: 
             gradle 1.11
             android-plugin: 0.11.0


-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to