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

Commit

Permalink
Add coverage information to readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
thechinedu committed Aug 8, 2016
1 parent 06591ef commit a357938
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
coverage
npm-debug.log
.coveralls.yml
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src
coverage
.coveralls.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Data table implementation for [react material-ui](http://www.material-ui.com/#/)

[![CircleCI](https://circleci.com/gh/andela-cdaniel/mui-data-table/tree/master.svg?style=shield)](https://circleci.com/gh/andela-cdaniel/mui-data-table/tree/master)
[![CircleCI](https://circleci.com/gh/andela-cdaniel/mui-data-table/tree/master.svg?style=shield)](https://circleci.com/gh/andela-cdaniel/mui-data-table/tree/master) [![Coverage Status](https://coveralls.io/repos/github/andela-cdaniel/mui-data-table/badge.svg?branch=ch-add-coverage-info)](https://coveralls.io/github/andela-cdaniel/mui-data-table?branch=ch-add-coverage-info)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"test": "mocha --require babel-register src/__tests__/**/*.js",
"test:coverage": "istanbul cover _mocha -- --require babel-register src/__tests__/**/*.js"
"test:coverage": "istanbul cover _mocha -- --require babel-register src/__tests__/**/*.js && istanbul-coveralls"
},
"devDependencies": {
"babel-cli": "^6.6.4",
Expand All @@ -43,6 +43,7 @@
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.2.3",
"istanbul": "1.0.0-alpha.2",
"istanbul-coveralls": "^1.0.3",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
Expand All @@ -56,6 +57,7 @@
"material-ui": "^0.15.1"
},
"dependencies": {
"babel-runtime": "^6.6.1"
"babel-runtime": "^6.6.1",
"dotenv": "^2.0.0"
}
}

0 comments on commit a357938

Please sign in to comment.