Skip to content

Commit

Permalink
Link to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
clandriot committed Jan 16, 2017
1 parent f8bf111 commit a7ba9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## jira-node-client - A node client to easily get data from Jira

[![Build Status](https://secure.travis-ci.org/clandriot/jira-node-client.png?branch=master)](http://travis-ci.org/clandriot/jira-node-client)
[![Build Status](https://secure.travis-ci.org/clandriot/jira-node-client.png?branch=master)](http://travis-ci.org/clandriot/jira-node-client) [![Coverage Status](https://coveralls.io/repos/github/clandriot/jira-node-client/badge.svg)](https://coveralls.io/github/clandriot/jira-node-client)

jira-node-client is a node module providing a function to easily get data from Jira with pages aggreation and retries features.

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"url": "https://github.com/clandriot/jira-node-client.git"
},
"scripts": {
"cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- ./test/ --recursive",
"start": "node lib/jira.js",
"test": "mocha test/*.js"
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"jira",
Expand All @@ -25,11 +24,13 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.15",
"eslint": "^3.10.2",
"eslint-config-google": "^0.7.0",
"eslint-plugin-promise": "^3.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"rewire": "^2.5.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
Expand Down

0 comments on commit a7ba9ff

Please sign in to comment.