blackmo18 / kotlin-grass

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

Feature/trim white space #4

Closed blackmo18 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 2.48%. The diff coverage is 93.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage     88.25%   90.74%   +2.48%     
- Complexity       42       45       +3     
============================================
  Files            14       12       -2     
  Lines           264      270       +6     
  Branches          7        9       +2     
============================================
+ Hits            233      245      +12     
+ Misses           29       22       -7     
- Partials          2        3       +1     
Impacted Files Coverage Δ Complexity Δ
...kotlin/com/vhl/blackmo/grass/vein/PrimitiveType.kt 95.65% <ø> (ø) 1.00 <0.00> (?)
...kotlin/com/vhl/blackmo/grass/vein/DateTimeTypes.kt 100.00% <ø> (ø) 5.00 <0.00> (?)
...jvmTest/kotlin/com/vhl/blackmo/grass/vein/Types.kt 100.00% <ø> (ø) 1.00 <0.00> (?)
...est/kotlin/com/vhl/blackmo/grass/HandlingErrors.kt 76.66% <85.71%> (+2.75%) 1.00 <0.00> (ø)
...ommonMain/kotlin/com/vhl/blackmo/grass/pot/Root.kt 94.64% <92.30%> (+10.32%) 20.00 <2.00> (+3.00)
...om/vhl/blackmo/grass/context/GrassParserContext.kt 100.00% <100.00%> (ø) 6.00 <1.00> (+1.00)
...est/kotlin/com/vhl/blackmo/grass/DataParserTest.kt 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...nMain/kotlin/com/vhl/blackmo/grass/dsl/GrassDsl.kt

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 628e457...5243214. Read the comment docs.