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

Commit

Permalink
Add npm run coverage #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Sep 18, 2017
1 parent d7fb430 commit fbda130
Show file tree
Hide file tree
Showing 5 changed files with 1,655 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea
node_modules/*
.nyc_output/
coverage/
node_modules/*
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
- Add Instanbul CLI [nyc](https://github.com/istanbuljs/nyc) for test coverage, `npm run coverage`

## [v4.5.1-bb-socketio-jwt-2017-08-03]
- added the option to decode the header
- added the event "unauthorized" emitted to server
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ Also check out the unit tests:
npm test
```

And code coverage
```bash
npm run coverage
```

## Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
Expand Down
Loading

0 comments on commit fbda130

Please sign in to comment.