Skip to content

Commit

Permalink
Add coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 5, 2015
1 parent 46f7c02 commit ec1c2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules/
_bookdown
/coverage
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"expect": "1.11.1",
"istanbul": "0.3.21",
"metalsmith": "2.1.0",
"mocha": "2.3.3",
"mocha-standard": "1.0.0",
Expand All @@ -28,6 +29,7 @@
"test": "mocha",
"watch": "mocha -R min --watch",
"test:build": "cd fixture/onmount && node metalsmith.js",
"test:serve": "ss fixture/onmount/_bookdown"
"test:serve": "ss fixture/onmount/_bookdown",
"coverage": "istanbul cover _mocha -x **/fixture/** -- -R spec"
}
}

0 comments on commit ec1c2c8

Please sign in to comment.