mirror of
https://github.com/danbulant/pngjs
synced 2026-06-18 05:51:19 +00:00
generate a lcov report for codecov
This commit is contained in:
parent
8cd8a5549b
commit
f8cb8eecbc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
"build": "yarn prepublish",
|
||||
"prepublish": "yarn browserify",
|
||||
"browserify": "browserify lib/png.js --standalone png > browser.js",
|
||||
"coverage": "nyc tape test/*-spec.js nolarge",
|
||||
"coverage": "nyc --reporter=lcov --reporter=text-summary tape test/*-spec.js nolarge",
|
||||
"test": "yarn lint && yarn prettier:check && tape test/*-spec.js | tap-dot && node test/run-compare",
|
||||
"lint": "eslint .",
|
||||
"prettier:write": "prettier --write .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue