Closed kt3k closed 1 day ago
Attention: Patch coverage is 80.00000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 96.57%. Comparing base (
82ccee6
) to head (9361eb0
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
fs/ensure_symlink.ts | 80.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Nit: update target param description that it should be relative to dirname of linkName when it's a string?
Sounds good! Updated
This PR addresses the feedback given in #6191
This PR improves the error message of
fs.ensureSymlink
when the link target doesn't exist. Also this improves the documentation by adding examples.closes #6191