Skip to content

fix(resolution): scope call-graph updates by layer (#437)#397

Merged
jafreck merged 2 commits intomainfrom
fix/audit-l10
Mar 28, 2026
Merged

fix(resolution): scope call-graph updates by layer (#437)#397
jafreck merged 2 commits intomainfrom
fix/audit-l10

Conversation

@jafreck
Copy link
Copy Markdown
Owner

@jafreck jafreck commented Mar 27, 2026

Fixes #437

Appended layerFilter (AND layer = 'overlay' when overlayOnly is true) to the two bulk UPDATE statements in resolveByContainment that were previously missing it.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.57%. Comparing base (086424e) to head (85804ce).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #397   +/-   ##
=======================================
  Coverage   89.57%   89.57%           
=======================================
  Files          80       80           
  Lines        9608     9608           
  Branches     2979     2979           
=======================================
  Hits         8606     8606           
  Misses       1002     1002           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jafreck jafreck changed the title fix(resolution): scope call-graph updates by layer (L10) fix(resolution): scope call-graph updates by layer (#437) Mar 27, 2026
@jafreck jafreck merged commit 75effaf into main Mar 28, 2026
1 check passed
@jafreck jafreck mentioned this pull request Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-overlay-guarded UPDATE touches baseline rows during overlay pass

1 participant