-
Notifications
You must be signed in to change notification settings - Fork 45
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
Lots of warnings when installing #134
Labels
Comments
nfischer
added a commit
that referenced
this issue
Jun 20, 2018
These issues are pointed out by the latest version of nyc. Fixing these issues brings us to 100% coverage (as of nyc@v12.0.2). Fixes include: * ignore coverage for a condition we don't hit during testing * branch coverage for when we read stdin for commands with non-boolean options (e.g., head, tail) * branch coverage for plugin-behavior with config files lacking a plugin attribute Issue #134
nfischer
added a commit
that referenced
this issue
Jun 21, 2018
These issues are pointed out by the latest version of nyc. Fixing these issues brings us to 100% coverage (as of nyc@v12.0.2). Fixes include: * ignore coverage for a condition we don't hit during testing * branch coverage for when we read stdin for commands with non-boolean options (e.g., head, tail) * branch coverage for plugin-behavior with config files lacking a plugin attribute Issue #134
nfischer
added a commit
that referenced
this issue
Jun 25, 2018
This bumps several dev dependencies to avoid depending on deprecated packages. This also adds `package-lock.json` to eliminate those warnings and the hassle involved with constantly removing the uncommitted file. Issue #134
Last thing to fix is:
The correct fix is to move this to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I do a fresh install, I see tons of install warnings (due to deprecated packages):
Of these issues,
graceful-fs
is probably the most pressing (updatingcodecov
resolves this).The text was updated successfully, but these errors were encountered: