-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
src: use starts_with in fs_permission.cc #55811
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
Does this need to be benchmarked? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55811 +/- ##
=======================================
Coverage 88.40% 88.41%
=======================================
Files 654 654
Lines 187815 187815
Branches 36136 36139 +3
=======================================
+ Hits 166045 166049 +4
- Misses 15001 15010 +9
+ Partials 6769 6756 -13
|
No. It's not that different. |
I think these are flaky tests. Could someone please rerun the CI? |
It's not working atm, the incident is tracked at nodejs/build#3959 |
Use
starts_with
from C++20 instead ofsubstr
in fs_permission.cc