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

Commit

Permalink
Add coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Math.Nao committed Aug 10, 2014
1 parent 0b77397 commit 2d4636d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ node_js:
- 0.10
- 0.8

script: "make test-travis"

after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

notifications:
email:
- math.nao@outlook.com
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# esecurity [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![License][license-image]][license-url]
# esecurity [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][overalls-image]][coveralls-url] [![License][license-image]][license-url]

Security middlewares for express framework (xsrf, xss, clickjacking...).

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"supertest": "0.x",
"should": "4.x",
"mocha": "1.x",
"istanbul": "0.x",
"dox": "0.x"
},
"dependencies": {
Expand Down

0 comments on commit 2d4636d

Please sign in to comment.