Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@hantmac please review it whenever feasible! |
Signed-off-by: GautamBytes <manchandanigautam@gmail.com>
329a617 to
2cde12e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #290 +/- ##
==========================================
+ Coverage 47.52% 47.59% +0.07%
==========================================
Files 63 63
Lines 9799 9799
==========================================
+ Hits 4657 4664 +7
+ Misses 4585 4578 -7
Partials 557 557
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
#288 (comment) |
This PR adds unit tests for the
FilterHttpRouteMatchfunction inpkg/util/slices_utils.go.The tests verify the filtering logic against various scenarios, including matching by headers and paths, ensuring the function behaves as expected and preventing future regressions.