Skip to content

Commit

Permalink
Add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Magaz committed Jun 13, 2016
1 parent 63d11a1 commit f140b9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_token: 7323SLwgvPvYa3An9lKsN7gD3WYdwtFQA
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
# React-Base

![Build-Status](https://travis-ci.org/atSistemas/react-base.svg?branch=master)
![Coverage](https://coveralls.io/repos/github/atSistemas/react-base/badge.svg?branch=master)
![Dependencies](https://david-dm.org/atSistemas/react-base.svg)
![Dev-dependencies](https://david-dm.org/atSistemas/react-base/dev-status.svg)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -34,7 +34,8 @@
"start:prod": "npm run build && cross-env NODE_ENV=production node server/",
"postinstall": "npm run yo && npm run test:coverage",
"postYeomanGenerator": "npm run generate:all && npm run start",
"yo": "npm run logo && npm link app/conf/.react-base/templates/generator-react-base"
"yo": "npm run logo && npm link app/conf/.react-base/templates/generator-react-base",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"dependencies": {
"babel-cli": "^6.10.1",
Expand Down Expand Up @@ -89,6 +90,7 @@
"assets-webpack-plugin": "^3.4.0",
"babel-loader": "^6.2.4",
"babel-preset-react-hmre": "^1.1.1",
"coveralls": "^2.11.9",
"css-modules-require-hook": "^4.0.1",
"cssrecipes-defaults": "^0.5.0",
"eslint-loader": "^1.3.0",
Expand Down

0 comments on commit f140b9a

Please sign in to comment.