mirror of
https://github.com/danbulant/pngjs
synced 2026-07-05 11:10:35 +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",
|
"build": "yarn prepublish",
|
||||||
"prepublish": "yarn browserify",
|
"prepublish": "yarn browserify",
|
||||||
"browserify": "browserify lib/png.js --standalone png > browser.js",
|
"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",
|
"test": "yarn lint && yarn prettier:check && tape test/*-spec.js | tap-dot && node test/run-compare",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"prettier:write": "prettier --write .",
|
"prettier:write": "prettier --write .",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue