JoyMoe / PGroonga.EntityFrameworkCore

PGroonga extension for Npgsql.EntityFrameworkCore.PostgreSQL (PostgreSQL / Npgsql Entity Framework Core provider). It enable the ability to do full text search, especially Chinese, Japanese, and so on, with EntityFramework Core, PostgreSQL and Groonga.
MIT License
4 stars 1 forks source link

Move evaluatable definitions to the plugin #2

Closed kinosang closed 4 years ago

kinosang commented 4 years ago

fix #1

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into develop will decrease coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #2      +/-   ##
===========================================
- Coverage    47.94%   47.68%   -0.27%     
===========================================
  Files            6        7       +1     
  Lines          146      151       +5     
  Branches         0       11      +11     
===========================================
+ Hits            70       72       +2     
  Misses          76       76              
- Partials         0        3       +3     
Impacted Files Coverage Δ
...nfrastructure/Internal/PGroongaOptionsExtension.cs 0.00% <ø> (ø)
.../Extensions/PGroongaServiceCollectionExtensions.cs 100.00% <100.00%> (ø)
...ernal/PGroongaEvaluatableExpressionFilterPlugin.cs 100.00% <100.00%> (ø)
...ors/Internal/PGroongaMethodCallTranslatorPlugin.cs 92.53% <100.00%> (-4.48%) :arrow_down:

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 1760adc...6e68d34. Read the comment docs.