Skip to content

fix(event_handler): add middleware validation per route#8020

Open
leandrodamascena wants to merge 1 commit intodevelopfrom
fix/validation-per-route
Open

fix(event_handler): add middleware validation per route#8020
leandrodamascena wants to merge 1 commit intodevelopfrom
fix/validation-per-route

Conversation

@leandrodamascena
Copy link
Contributor

@leandrodamascena leandrodamascena commented Mar 3, 2026

Issue number: closes #6983

Summary

Changes

This PR fixes a bug in this implementation.

More information: #6983 (comment)

User experience

Please share what the user experience looks like before and after this change


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@leandrodamascena leandrodamascena requested a review from a team as a code owner March 3, 2026 18:38
@leandrodamascena leandrodamascena requested a review from sdangol March 3, 2026 18:38
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 3, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2026

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.73%. Comparing base (b2cf5db) to head (9567549).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8020   +/-   ##
========================================
  Coverage    96.73%   96.73%           
========================================
  Files          278      278           
  Lines        13657    13661    +4     
  Branches      1086     1087    +1     
========================================
+ Hits         13211    13215    +4     
  Misses         327      327           
  Partials       119      119           

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

event_handlers size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Add enable_validation per route

1 participant