Skip to content

Commit 465b786

Browse files
committed
fix(ci): add lcov reporter to test:coverage
1 parent e556def commit 465b786

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
@@ -46,7 +46,7 @@
4646
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
4747
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'",
4848
"test:watch": "NODE_ENV=test ./node_modules/.bin/mocha --watch 'test/**/*_test.js'",
49-
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'",
49+
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*_test.js'",
5050
"lint": "npx eslint .",
5151
"lint:fix": "npx eslint . --fix"
5252
},

0 commit comments

Comments
 (0)