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(path/unstable): support string | URL in the 2nd overload of basename, dirname, and extname #5904

Merged
merged 1 commit into from
Sep 4, 2024

fix(path/unstable): support string | URL in the 2nd overload of basen…

f8b259b
Select commit
Loading
Failed to load commit list.
Merged

fix(path/unstable): support string | URL in the 2nd overload of basename, dirname, and extname #5904

fix(path/unstable): support string | URL in the 2nd overload of basen…
f8b259b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

96.32% (-0.01%) compared to 6aaf191, passed because coverage increased by -0.01% when compared to adjusted base (96.33%)

View this Pull Request on Codecov

96.32% (-0.01%) compared to 6aaf191, passed because coverage increased by -0.01% when compared to adjusted base (96.33%)

Details

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.32%. Comparing base (6aaf191) to head (f8b259b).

Files with missing lines Patch % Lines
path/basename.ts 0.00% 2 Missing ⚠️
path/dirname.ts 0.00% 1 Missing ⚠️
path/extname.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5904      +/-   ##
==========================================
- Coverage   96.32%   96.32%   -0.01%     
==========================================
  Files         484      484              
  Lines       39112    39110       -2     
  Branches     5739     5739              
==========================================
- Hits        37675    37673       -2     
  Misses       1393     1393              
  Partials       44       44              

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