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

Fix effective analysis level trimming regex #7500

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jklawrence
Copy link

@jklawrence jklawrence commented Dec 9, 2024

Trim \.0 instead of .0 so that "10" or "10.0" doesn't get replaced with the empty string.

I've executed restore.cmd, build.cmd, and test.cmd as requested in the README and everything passes.

Trim "\.0" instead of ".0" so that "10" or "10.0" doesn't get replaced with the empty string.
@jklawrence jklawrence requested a review from a team as a code owner December 9, 2024 19:21
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.50%. Comparing base (7f449a5) to head (c31aa76).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7500      +/-   ##
==========================================
- Coverage   96.50%   96.50%   -0.01%     
==========================================
  Files        1450     1450              
  Lines      347435   347435              
  Branches    11413    11413              
==========================================
- Hits       335297   335295       -2     
- Misses       9245     9248       +3     
+ Partials     2893     2892       -1     

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

Successfully merging this pull request may close these issues.

1 participant