Skip to content

Commit 50e740c

Browse files
committed
ci: ignore custom lodash build for coverage report
1 parent d5efbd8 commit 50e740c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pro-local": "node test/protractor/setup.js",
2727
"unit": "mocha --recursive test/specs --timeout 10000",
2828
"cover": "npm run env && npm run cover-local && npm run coveralls",
29-
"cover-local": "istanbul cover _mocha -- --timeout 10000 --recursive ./test/specs",
29+
"cover-local": "istanbul cover -x lodash.custom.js _mocha -- --timeout 10000 --recursive ./test/specs",
3030
"coveralls": "istanbul-coveralls",
3131
"pre-release": "npm test && npm run pro-local && npm run pro",
3232
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject exports=node"

0 commit comments

Comments
 (0)