blackmo18 / kotlin-grass

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

Feature/not case sensitive #21

Closed blackmo18 closed 3 years ago

blackmo18 commented 3 years ago

11

Case Sensitive Flag Implementation

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (5512855) into master (6382ec5) will increase coverage by 2.12%. The diff coverage is 87.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     82.54%   84.66%   +2.12%     
  Complexity       39       39              
============================================
  Files             8        8              
  Lines           275      300      +25     
  Branches         50       51       +1     
============================================
+ Hits            227      254      +27     
+ Misses            8        5       -3     
- Partials         40       41       +1     
Impacted Files Coverage Δ Complexity Δ
...nMain/kotlin/io/github/blackmo18/grass/pot/Root.kt 81.57% <60.00%> (-1.28%) 21.00 <2.00> (ø)
...kotlin/io/github/blackmo18/grass/DataParserTest.kt 85.98% <90.00%> (+0.60%) 1.00 <0.00> (-1.00) :arrow_up:
...thub/blackmo18/grass/context/GrassParserContext.kt 100.00% <100.00%> (ø) 9.00 <1.00> (+1.00)
...in/io/github/blackmo18/grass/vein/DateTimeTypes.kt 100.00% <100.00%> (+30.00%) 5.00 <3.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 6382ec5...5512855. Read the comment docs.