Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1589 +/- ##
==========================================
- Coverage 86.70% 86.67% -0.04%
==========================================
Files 179 178 -1
Lines 8800 8810 +10
==========================================
+ Hits 7630 7636 +6
- Misses 911 914 +3
- Partials 259 260 +1
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:
|
|
I love this |
Implements
SecRxPreFilterdirective to control @rx prefiltering (#1534) at runtime instead of compile time. This makes adoption easier, being able to enable it on a per-instance basis, without requiring a rebuild.The
coraza.rule.rx_prefilterbuild tag now only sets the default to On for testing purposes, so we are able to still test the whole test suite with the feature enabled.