Filter out util dirs from istanbul coverage reports (#1055)

This commit is contained in:
Pat Cavit 2016-05-19 10:57:17 -07:00
parent 629ba5b62a
commit 724361af6a

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "node bundler/bundler",
"test": "node ospec/bin/ospec",
"cover": "istanbul cover --print both ospec/bin/ospec"
"cover": "istanbul cover --print both -x \"**/ospec/**\" -x \"**/test-utils/**\" ospec/bin/ospec"
},
"author": "Leo Horie",
"license": "MIT",