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