theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

[Feature] Add Case Insensitive Search parameter to annotation #28

Closed luc-boussant closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (bd01979) into master (619a3d5) will increase coverage by 74.35%. The diff coverage is 77.27%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #28       +/-   ##
=============================================
+ Coverage          0   74.35%   +74.35%     
- Complexity        0       62       +62     
=============================================
  Files             0       13       +13     
  Lines             0      156      +156     
  Branches          0       31       +31     
=============================================
+ Hits              0      116      +116     
- Misses            0       13       +13     
- Partials          0       27       +27     
Impacted Files Coverage Δ Complexity Δ
...m/sipios/springsearch/strategies/StringStrategy.kt 61.53% <61.53%> (ø) 6.00 <6.00> (?)
...n/kotlin/com/sipios/springsearch/CriteriaParser.kt 100.00% <100.00%> (ø) 3.00 <1.00> (?)
...kotlin/com/sipios/springsearch/QueryVisitorImpl.kt 85.71% <100.00%> (ø) 8.00 <1.00> (?)
...otlin/com/sipios/springsearch/SpecificationImpl.kt 70.00% <100.00%> (ø) 3.00 <1.00> (?)
...n/com/sipios/springsearch/SpecificationsBuilder.kt 87.50% <100.00%> (ø) 3.00 <1.00> (?)
.../sipios/springsearch/strategies/ParsingStrategy.kt 90.47% <100.00%> (ø) 0.00 <0.00> (?)
.../kotlin/com/sipios/springsearch/SearchOperation.kt 83.33% <0.00%> (ø) 1.00% <0.00%> (?%)
...n/kotlin/com/sipios/springsearch/SearchCriteria.kt 85.00% <0.00%> (ø) 17.00% <0.00%> (?%)
... and 9 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 619a3d5...bd01979. Read the comment docs.