blackmo18 / kotlin-grass

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

Dev/decouple custom datatypes #23

Closed blackmo18 closed 3 years ago

blackmo18 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (6b38a20) into master (e06646b) will decrease coverage by 1.75%. The diff coverage is 77.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
- Coverage     84.66%   82.91%   -1.76%     
- Complexity       39       52      +13     
============================================
  Files             8       15       +7     
  Lines           300      357      +57     
  Branches         51       62      +11     
============================================
+ Hits            254      296      +42     
- Misses            5       15      +10     
- Partials         41       46       +5     
Impacted Files Coverage Δ
...lin/io/blackmo18/kotlin/grass/core/DateTimeType.kt 0.00% <0.00%> (ø)
...in/io/blackmo18/kotlin/grass/core/PrimitiveType.kt 65.21% <65.21%> (ø)
...blackmo18.kotlin.grass.core/TestCustomDataTypes.kt 66.66% <66.66%> (ø)
...blackmo18.kotlin.grass.core/TestDateTimeFormats.kt 80.00% <80.00%> (ø)
.../io/blackmo18/kotlin/grass/core/CustomDataTypes.kt 100.00% <100.00%> (ø)
...mo18/kotlin/grass/core/datetime/DateTimeFormats.kt 100.00% <100.00%> (ø)
....blackmo18.kotlin.grass.core/CustomDataTypeTest.kt 100.00% <100.00%> (ø)
...thub/blackmo18/grass/context/GrassParserContext.kt 100.00% <100.00%> (ø)
...in/io/github/blackmo18/grass/vein/DateTimeTypes.kt 100.00% <100.00%> (ø)
...kotlin/io/github/blackmo18/grass/DataParserTest.kt 85.98% <100.00%> (ø)
... and 7 more

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 e06646b...6b38a20. Read the comment docs.