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

Commit

Permalink
Remove coverage from npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-R committed Mar 2, 2016
1 parent 7426adb commit cee0738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ How to run the tests:
npm test
```

Furthermore code coverage reports are generated and may be viewed by opening `coverage/index.html` in your browser.
or alternatively, if you want code coverage reports

```
npm run coverage
```

Generated code coverage reports may be viewed by opening `coverage/index.html` in your browser.

![Ending](http://s3.amazonaws.com/imgly_production/3362023/original.jpg)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"main": "build/chaplin.js",
"scripts": {
"test": "grunt test && grunt test:jquery && grunt coverage",
"test": "grunt test && grunt test:jquery",
"coverage": "grunt coverage",
"build": "grunt build"
},
"license": "SEE LICENSE IN MIT-LICENSE.txt"
Expand Down

0 comments on commit cee0738

Please sign in to comment.