Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DMLQueryBuilder #746

Merged
merged 26 commits into from
Nov 1, 2023

Update CHANGELOG.md

fda606c
Select commit
Loading
Failed to load commit list.
Merged

Refactor DMLQueryBuilder #746

Update CHANGELOG.md
fda606c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 31, 2023 in 0s

99.05% (-0.17%) compared to 4f1dbb9

View this Pull Request on Codecov

99.05% (-0.17%) compared to 4f1dbb9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4f1dbb9) 99.21% compared to head (fda606c) 99.05%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #746      +/-   ##
============================================
- Coverage     99.21%   99.05%   -0.17%     
+ Complexity     1272     1260      -12     
============================================
  Files            67       67              
  Lines          3072     3059      -13     
============================================
- Hits           3048     3030      -18     
- Misses           24       29       +5     
Files Coverage Δ
src/Command/CommandInterface.php 0.00% <ø> (ø)
src/QueryBuilder/AbstractDMLQueryBuilder.php 97.45% <100.00%> (-2.55%) ⬇️
src/QueryBuilder/AbstractQueryBuilder.php 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.