Skip to content

Commit e20f830

Browse files
author
Burcu Dogan
committed
Merge pull request #111 from silvolu/master
fix(test): exclude regression test files from coverage report
2 parents a631df2 + d02f211 commit e20f830

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
@@ -50,7 +50,7 @@
5050
"lint": "jshint lib/ regression/ test/",
5151
"test": "mocha --recursive --reporter spec",
5252
"regression-test": "mocha regression/ --reporter spec --timeout 10000",
53-
"cover": "istanbul cover _mocha -- --timeout 10000 test/* regression/*"
53+
"cover": "istanbul cover -x 'regression/*' _mocha -- --timeout 10000 test/* regression/*"
5454
},
5555
"license": "Apache 2"
5656
}

0 commit comments

Comments
 (0)