blackmo18 / kotlin-grass

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

Feature/handle null values #1

Closed blackmo18 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #1 into master will decrease coverage by 0.95%. The diff coverage is 84.31%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #1      +/-   ##
============================================
- Coverage     87.42%   86.46%   -0.96%     
- Complexity       36       54      +18     
============================================
  Files            10       13       +3     
  Lines           159      229      +70     
  Branches         12       21       +9     
============================================
+ Hits            139      198      +59     
- Misses           18       29      +11     
  Partials          2        2              
Impacted Files Coverage Δ Complexity Δ
...in/com/vhl/blackmo/grass/data/NullableDataTypes.kt 12.50% <12.50%> (ø) 1.00 <1.00> (?)
...ommonMain/kotlin/com/vhl/blackmo/grass/pot/Root.kt 87.87% <84.90%> (-0.50%) 31.00 <28.00> (+12.00) :arrow_down:
...kotlin/com/vhl/blackmo/grass/stem/PrimitiveType.kt 87.50% <87.50%> (ø) 1.00 <1.00> (?)
...kotlin/com/vhl/blackmo/grass/stem/DateTimeTypes.kt 100.00% <100.00%> (ø) 4.00 <4.00> (?)
...est/kotlin/com/vhl/blackmo/grass/DataParserTest.kt 100.00% <100.00%> (ø) 2.00 <0.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 28c9c25...cb37855. Read the comment docs.