-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improve path parsing #121
Improve path parsing #121
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #121 +/- ##
=========================================
Coverage 99.76% 99.76%
- Complexity 147 149 +2
=========================================
Files 7 7
Lines 424 428 +4
=========================================
+ Hits 423 427 +4
Misses 1 1 ☔ View full report in Codecov by Sentry. |
PR Summary
|
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
👍 |
Just don't use regexp when it's not necessary.