-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jacoco Unit Test code coverage is zero? #17
Comments
Look at my question on stackoveflow: https://stackoverflow.com/questions/45350561/android-studio-3-kotlin-code-coverage Run |
so I did a coverage report gets generated here: application/build/reports/coverage/debug/ still shows 0% |
So I think generating code coverage report is still a problem with kotlin and Android Studio 3. I need to look at this. |
After some tinkering I can see the jacoco prepared report for the |
Hi,
I am trying to determine the code coverage but I am amazed to find that Jacoco plugin reports zero unit test coverage although a sizeable amount of unit tests exist.
Am I missing something here?
The text was updated successfully, but these errors were encountered: