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

Add support for new SqlOutputWalker class in the ORM #2895

Merged
merged 2 commits into from
Jan 14, 2025

Update src/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php

703680f
Select commit
Loading
Failed to load commit list.
Merged

Add support for new SqlOutputWalker class in the ORM #2895

Update src/SoftDeleteable/Query/TreeWalker/SoftDeleteableWalker.php
703680f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 14, 2025 in 0s

78.62% (-0.04%) compared to 950d7c0

View this Pull Request on Codecov

78.62% (-0.04%) compared to 950d7c0

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 78.62%. Comparing base (950d7c0) to head (703680f).

Files with missing lines Patch % Lines
...leteable/Query/TreeWalker/SoftDeleteableWalker.php 83.33% 2 Missing ⚠️
...c/Tool/ORM/Walker/CompatSqlOutputWalkerForOrm2.php 50.00% 2 Missing ⚠️
...c/Tool/ORM/Walker/CompatSqlOutputWalkerForOrm3.php 50.00% 2 Missing ⚠️
...ranslatable/Query/TreeWalker/TranslationWalker.php 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2895      +/-   ##
==========================================
- Coverage   78.66%   78.62%   -0.04%     
==========================================
  Files         168      171       +3     
  Lines        8760     8782      +22     
==========================================
+ Hits         6891     6905      +14     
- Misses       1869     1877       +8     

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