Skip to content

Commit

Permalink
Add test coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
evanhobbs committed May 6, 2017
1 parent ac8d42e commit f4216f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ deploy:
secure: geGm80tFVYl6HjYumYuFoNhOfo4hooqTnpe9F3A62mJFvabgbUv0gPd4k7GoJjuWzYiRID7cZv4OkAWbAnpSJ0VSsMg1KqzVNUZD3qY4xl1cruxbddM+9ygOxDIV7hOSHUryVFJbgzxgr6vtqnE8+FUrqTEAGxLphT0/I2GXwEJcvz66IMkbgamN8Nl/haHHJSSO8ZBer4Ze3/DDpmBNfcr/OXfrDaPDW9B7PyjZSVNQ0XPZNHy29Ok5/2p03fmeHwKRIEWU4b5KB9I/ygy7qXfE8ipNvjLePs/olNkGpEgmdfnrGQZVz8+i+3R9TGVsZe4A+eQXk57HSSs8TorIGLvbdJRGCFkSWM3RSh2JslT3ohmgOlPVhJXZSufI0yfEWYvLh7IBb8wWBPtd6IQUOmyGXLVkRzrEmZpVLkHAdDs9a+MMAg6+Awu2FwqF8iCvffqWjChDx3nbmI4elguX6ccDO3FrSHRKP60LX2DlD0OtN0IgY9MGkkYOPL/JWzEoHx7G/YwJAHMfMTioEWq6PNIo+WS5ysm14XygVaQKWK5YCzfEvWDJhjV33rOL1W2x6CUOroDfCnX4Wjj1euWW9RRbL1ibSx/KjbUhEyk6VsQt/1h+ncxcrJIX+7lX2nBhB+cBF1p1jPhJ3KLZrv4wkuy4COmJAT0WWIbGfvFwanw=
on:
repo: evanhobbs/redux-easy-async
after_success: 'yarn run coveralls'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
> simple, reliable, and powerful.
[![Build Status](https://travis-ci.org/evanhobbs/redux-easy-async.svg?branch=master)](https://travis-ci.org/evanhobbs/redux-easy-async)
[![Coverage Status](https://coveralls.io/repos/github/evanhobbs/redux-easy-async/badge.svg?branch=master)](https://coveralls.io/github/evanhobbs/redux-easy-async?branch=master)

## Table of Contents

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"mocha": "mocha --compilers js:babel-register",
"mocha-watch": "yarn run mocha -- --watch",
"test-cov": "cross-env NODE_ENV=test nyc mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint .",
"lint-file": "eslint",
"fix-lint": "eslint . --fix",
Expand Down Expand Up @@ -38,7 +39,7 @@
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"coveralls": "^2.13.0",
"coveralls": "^2.13.1",
"cross-env": "^4.0.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1058,9 +1058,9 @@ core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

coveralls@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.0.tgz#df933876e8c6f478efb04f4d3ab70dc96b7e5a8e"
coveralls@^2.13.1:
version "2.13.1"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.1.tgz#d70bb9acc1835ec4f063ff9dac5423c17b11f178"
dependencies:
js-yaml "3.6.1"
lcov-parse "0.0.10"
Expand Down

0 comments on commit f4216f2

Please sign in to comment.