-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): replace cover/istanbul with nyc (#1823)
`istanbul` is not supported anymore, and the last version of `cover` was released seven years ago. `cover` also depends on a vulnerable package (which makes `npm audit` noisy). Since `make cover` was not working anymore, replacing it with `nyc` (`istanbul`'s successor) should be straightforward. Signed-off-by: Matheus Marchini <mmarchini@netflix.com>
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters