-
-
Notifications
You must be signed in to change notification settings - Fork 164
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 normalizing child paths when there are no dots in the path #1248
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1248 +/- ##
==========================================
+ Coverage 95.80% 95.81% +0.01%
==========================================
Files 27 27
Lines 5126 5142 +16
Branches 310 310
==========================================
+ Hits 4911 4927 +16
Misses 189 189
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #1248 will improve performances by 8.44%Comparing Summary
Benchmarks breakdown
|
Avoid normalizing child paths when there are no dots in the path
This one will need quite a few more tests if benchmarks shows its worth working on