blackmo18 / kotlin-grass

Kotlin Csv to Data Class Parser
Apache License 2.0
38 stars 8 forks source link

Enhancement/root improvement #2

Closed blackmo18 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will increase coverage by 1.79%. The diff coverage is 96.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #2      +/-   ##
============================================
+ Coverage     86.46%   88.25%   +1.79%     
+ Complexity       54       42      -12     
============================================
  Files            13       14       +1     
  Lines           229      264      +35     
  Branches         21        7      -14     
============================================
+ Hits            198      233      +35     
  Misses           29       29              
  Partials          2        2              
Impacted Files Coverage Δ Complexity Δ
...ommonMain/kotlin/com/vhl/blackmo/grass/pot/Root.kt 84.31% <66.66%> (-3.57%) 17.00 <1.00> (-14.00)
...kotlin/com/vhl/blackmo/grass/stem/PrimitiveType.kt 95.65% <100.00%> (+8.15%) 1.00 <1.00> (ø)
...kotlin/com/vhl/blackmo/grass/stem/DateTimeTypes.kt 100.00% <100.00%> (ø) 5.00 <1.00> (+1.00)
...jvmTest/kotlin/com/vhl/blackmo/grass/stem/Types.kt 100.00% <100.00%> (ø) 1.00 <1.00> (?)

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 54d4511...88cdd2f. Read the comment docs.