Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring FilterPath.parse by using an iterative approach instead of recursion. #14200

Merged

Remove incorrect changelog

e300693
Select commit
Loading
Failed to load commit list.
Merged

Refactoring FilterPath.parse by using an iterative approach instead of recursion. #14200

Remove incorrect changelog
e300693
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 1s

71.70% (target 70.00%)

View this Pull Request on Codecov

71.70% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.70%. Comparing base (f1f4f89) to head (e300693).

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #14200   +/-   ##
=========================================
  Coverage     71.69%   71.70%           
- Complexity    62292    62319   +27     
=========================================
  Files          5140     5140           
  Lines        293020   293015    -5     
  Branches      42347    42345    -2     
=========================================
+ Hits         210090   210108   +18     
- Misses        65614    65622    +8     
+ Partials      17316    17285   -31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.