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

Add support for kotlin multiplatform plugin #141

Closed henriquenfaria closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #141 into master will increase coverage by 1.23%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #141      +/-   ##
============================================
+ Coverage     86.62%   87.86%   +1.23%     
- Complexity       37       38       +1     
============================================
  Files             1        1              
  Lines           172      173       +1     
  Branches         24       24              
============================================
+ Hits            149      152       +3     
+ Misses           15       13       -2     
  Partials          8        8
Impacted Files Coverage Δ Complexity Δ
...ktech/android/junit/jacoco/GenerationPlugin.groovy 87.86% <100%> (+1.23%) 38 <1> (+1) :arrow_up:

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 37fba63...b7d0523. Read the comment docs.

henriquenfaria commented 5 years ago

Yes, the paths are correct. I've added tests for my change, please check again.

henriquenfaria commented 5 years ago

@vanniktech let me know if you think I should change something here.