Skip to content

Commit e615e69

Browse files
committed
ci: try fix coveralls
1 parent bece65d commit e615e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"lint": "standard --env mocha",
25-
"test": "npm run lint && nyc mocha",
25+
"test": "npm run lint && nyc mocha && npm run coverage",
2626
"coverage": "nyc report --reporter=text-lcov | coveralls",
2727
"docs": "jsdoc2md lib/*.js > RENDER.md",
2828
"release": "standard-version"

0 commit comments

Comments
 (0)