test(executor): tracked param integration tests (PR-04)#608
Merged
shivasurya merged 1 commit intomainfrom Mar 14, 2026
Merged
Conversation
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #608 +/- ##
==========================================
+ Coverage 83.61% 83.85% +0.24%
==========================================
Files 155 155
Lines 21030 21030
==========================================
+ Hits 17584 17635 +51
+ Misses 2799 2748 -51
Partials 647 647 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Mar 14, 2026
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
Owner
Author
Merge activity
|
15 tests covering: positional match/reject, no-tracks backward compat, multiple tracked params, variable renamed before sink, sanitized flow, nonexistent param name, nil CallSite, TypeConstrainedCall match/reject, name-based tracking, return source no-op, positional arg + tracks, inter-proc summary filtered, summaryConfirmsFlow unit test with TrackedParams filtering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
52d8f1c to
7abe44e
Compare
Code Pathfinder Security ScanNo security issues detected.
Powered by Code Pathfinder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
15 new Go integration tests covering the full tracked parameter filtering feature:
Positive tests (should detect):
Negative tests (should NOT detect):
Edge cases:
Test plan
TestTrackedParam_*tests passgradle buildGopassesgradle testGopasses (zero regressions across all packages)gradle lintGopasses (0 issues)🤖 Generated with Claude Code