Closed dpogue closed 7 months ago
Attention: Patch coverage is 95.91837%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 88.40%. Comparing base (
dd3eca8
) to head (bc5f84f
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/ConfigParser/ConfigParser.js | 50.00% | 1 Missing :warning: |
src/superspawn.js | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Might want to rebuild the package-lock.json
file once.
It appears the following packages are still listed in the lock file:
"fs-extra": "^11.1.0",
"glob": "^7.1.6",
Might want to rebuild the
package-lock.json
file once.
Oops, good catch. I've regenerated package-lock.json
Platforms affected
All
Motivation and Context
Bring some dependencies up to date and remove some dependencies that aren't needed with modern NodeJS APIs.
closes #199
Description
fs-extra
with built-in NodeJSfs
APIsglob
withfast-glob
so that we don't have both dependencies in the projectTesting
Unit tests pass.
Checklist