phnx47 / dapper-repositories

CRUD for Dapper
MIT License
649 stars 202 forks source link

feat: allow 'bool?' for status attribute #346

Closed phnx47 closed 7 months ago

phnx47 commented 7 months ago

Fixes #344

codecov[bot] commented 7 months ago

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (5593e8d) 65.29% compared to head (3f1c976) 64.79%.

Files Patch % Lines
src/SqlGenerator/SqlGenerator.AppendJoin.cs 16.66% 8 Missing and 2 partials :warning:
src/SqlGenerator/SqlGenerator.GetSelect.cs 50.00% 4 Missing and 1 partial :warning:
...enerator/SqlGenerator.AppendWherePredicateQuery.cs 66.66% 1 Missing and 1 partial :warning:
...rc/SqlGenerator/SqlGenerator.InitLogicalDeleted.cs 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #346 +/- ## ========================================== - Coverage 65.29% 64.79% -0.50% ========================================== Files 59 59 Lines 1896 1909 +13 Branches 369 376 +7 ========================================== - Hits 1238 1237 -1 - Misses 555 567 +12 - Partials 103 105 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.