Skip to content

Fixes after review

1843271
Select commit
Loading
Failed to load commit list.
Open

feat: Add InsertQuery::onConflict() method #249

Fixes after review
1843271
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 15, 2026 in 0s

95.39% (-0.05%) compared to 2acc10e

View this Pull Request on Codecov

95.39% (-0.05%) compared to 2acc10e

Details

Codecov Report

❌ Patch coverage is 94.94382% with 18 lines in your changes missing coverage. Please review.
βœ… Project coverage is 95.39%. Comparing base (2acc10e) to head (1843271).
⚠️ Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
src/Driver/SQLServer/SQLServerCompiler.php 85.45% 8 Missing ⚠️
src/Query/OnConflict.php 90.41% 7 Missing ⚠️
src/Driver/Compiler.php 98.27% 1 Missing ⚠️
src/Driver/CompilerCache.php 93.75% 1 Missing ⚠️
src/Driver/SQLServer/SQLServerOnConflict.php 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #249      +/-   ##
============================================
- Coverage     95.43%   95.39%   -0.05%     
- Complexity     1942     2032      +90     
============================================
  Files           133      137       +4     
  Lines          5414     5755     +341     
============================================
+ Hits           5167     5490     +323     
- Misses          247      265      +18     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.