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

Avoid infinite loops during command info parsing. #309

Merged
merged 2 commits into from
Apr 5, 2024

Make parsing operation safer

6dee8b6
Select commit
Loading
Failed to load commit list.
Merged

Avoid infinite loops during command info parsing. #309

Make parsing operation safer
6dee8b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2024 in 0s

88.17% (-0.02%) compared to f5e90aa, passed because coverage increased by +0.04% when compared to adjusted base (88.12%)

View this Pull Request on Codecov

88.17% (-0.02%) compared to f5e90aa, passed because coverage increased by +0.04% when compared to adjusted base (88.12%)

Details

Codecov Report

Attention: Patch coverage is 93.75000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.17%. Comparing base (f5e90aa) to head (6dee8b6).

Files Patch % Lines
src/Parser/CommandInfo.php 93.75% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                4.x     #309      +/-   ##
============================================
- Coverage     88.19%   88.17%   -0.02%     
- Complexity      781      783       +2     
============================================
  Files            46       46              
  Lines          2100     2105       +5     
============================================
+ Hits           1852     1856       +4     
- Misses          248      249       +1     

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