Skip to content

Commit

Permalink
npm run cover runs coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 25, 2015
1 parent ac983d7 commit b3d4eba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ i.e. if you `require()` any of the files again, they will not have been altered

## Tests

Use `npm test` to run the tests.
Use `npm test` to run the tests. Use `npm run cover` to check coverage.

## Changelog

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@
## 1.4.3

* Test code coverage & Travis sends to coveralls

## Next

* `npm run cover` runs coverage tests
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"all"
],
"scripts": {
"test": "make test"
"test": "make test",
"cover": "make cover"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit b3d4eba

Please sign in to comment.