vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
399 stars 72 forks source link

Reapply the Jacoco version after the project has been evaluated #127

Closed vRallev closed 5 years ago

vRallev commented 5 years ago

Fixes #125

vRallev commented 5 years ago

I'm sorry, I screwed up the PR. I didn't mean to push all these changes.

codecov[bot] commented 5 years ago

Codecov Report

Merging #127 into master will decrease coverage by 1.76%. The diff coverage is 16.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #127      +/-   ##
============================================
- Coverage     63.15%   61.39%   -1.77%     
- Complexity       27       28       +1     
============================================
  Files             1        1              
  Lines           152      158       +6     
  Branches         19       20       +1     
============================================
+ Hits             96       97       +1     
- Misses           45       49       +4     
- Partials         11       12       +1
Impacted Files Coverage Δ Complexity Δ
...ktech/android/junit/jacoco/GenerationPlugin.groovy 61.39% <16.66%> (-1.77%) 28 <1> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 031f47f...d24b1ef. Read the comment docs.