matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
388 stars 162 forks source link

0% coverage #109

Closed d4rken closed 8 years ago

d4rken commented 8 years ago

Why does the coverage show 0%?

https://coveralls.io/github/piwik/piwik-sdk-android?branch=master

dotsbb commented 8 years ago

Very strange, I'll try to fix it ASAP

d4rken commented 8 years ago

What caused it?

dotsbb commented 8 years ago

@d4rken new version of JaCoCo plugin which came with gradle update here https://github.com/piwik/piwik-sdk-android/pull/100/files#diff-c197962302397baf3a4cc36463dce5eaR8

d4rken commented 8 years ago

Do you know why that new version breaks coverage reporting?

dotsbb commented 8 years ago

Don't know, but this workaround is placed under "Potential breaking changes" section here https://docs.gradle.org/current/release-notes#jacoco-version-upgrade-to-0.7.6