Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit b5d2279

Browse files
committed
chore: update coverage reporting
1 parent b906ffa commit b5d2279

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
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"coverage:check": "nyc check-coverage --lines 100 --functions 100 --branches 100",
1515
"coverage:report": "nyc report",
16-
"coveralls": "cat ./coverage/lcov.info | coveralls",
16+
"coveralls": "nyc report --reporter=text-lcov | coveralls",
1717
"format": "prettier --write 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'",
1818
"lint": "eslint ./",
1919
"pretest": "npm run lint",

0 commit comments

Comments
 (0)