Skip to content

Add validation for extended and basic regex brace quantifiers

461c1d5
Select commit
Loading
Failed to load commit list.
Open

Add validations for brace quantifiers {m}, {m,} and {m,n} #328

Add validation for extended and basic regex brace quantifiers
461c1d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 2, 2026 in 1s

83.21% (+0.92%) compared to 60243b4

View this Pull Request on Codecov

83.21% (+0.92%) compared to 60243b4

Details

Codecov Report

❌ Patch coverage is 98.08219% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.21%. Comparing base (60243b4) to head (461c1d5).

Files with missing lines Patch % Lines
src/sed/delimited_parser.rs 98.42% 5 Missing ⚠️
src/sed/compiler.rs 95.55% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #328      +/-   ##
==========================================
+ Coverage   82.29%   83.21%   +0.92%     
==========================================
  Files          13       13              
  Lines        5534     5876     +342     
  Branches      310      338      +28     
==========================================
+ Hits         4554     4890     +336     
- Misses        977      983       +6     
  Partials        3        3              

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