Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #34 from LiskHQ/28-add-test-coverage-metric
Browse files Browse the repository at this point in the history
Adding test coverage metric - Closes #28
  • Loading branch information
karmacoma authored Mar 6, 2017
2 parents f729b7b + b8a4837 commit f2fee8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
dist
node_modules
npm-debug.log
src/.nyc_output
src/coverage
*.sw[pon]
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "webpack --profile --progress --display-modules --display-exclude --display-chunks --display-cached --display-cached-assets",
"dev": "webpack-dev-server --host 0.0.0.0 --profile --progress",
"test": "mocha"
"test": "nyc mocha"
},
"dependencies": {
"angular": "^1.5.8",
Expand Down Expand Up @@ -44,6 +44,7 @@
"less": "^2.7.1",
"less-loader": "^2.2.3",
"ng-annotate-webpack-plugin": "^0.1.2",
"nyc": "^10.1.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
Expand Down

0 comments on commit f2fee8b

Please sign in to comment.