You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running ./gradlew createDebugCoverageReport task and opening report (app/build/reports/coverage/debug/index.html) I can see in the right bottom corner this text version: Created with JaCoCo 0.7.9.201702052155
Shouldn't the JaCoCo version be the same as version defined in ext.jacocoVersion 🤔
The text was updated successfully, but these errors were encountered:
After running
./gradlew createDebugCoverageReport
task and opening report (app/build/reports/coverage/debug/index.html
) I can see in the right bottom corner this text version:Created with JaCoCo 0.7.9.201702052155
Shouldn't the JaCoCo version be the same as version defined in
ext.jacocoVersion
🤔The text was updated successfully, but these errors were encountered: