mirror of
https://github.com/restify/node-restify.git
synced 2026-03-31 10:41:38 +00:00
`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>
18 lines
217 B
Plaintext
18 lines
217 B
Plaintext
node_modules
|
|
docs/*.html
|
|
docs/pkg
|
|
examples/todoapp/node_modules
|
|
*.log
|
|
*.tar.gz
|
|
*.tgz
|
|
build
|
|
docs/*.json
|
|
nbproject
|
|
deps/javascriptlint
|
|
deps/jsstyle
|
|
package-lock.json
|
|
benchmark/results
|
|
.nyc_output/
|
|
coverage/
|
|
cover_html/
|