Skip to content

Commit af60fee

Browse files
1 parent 332b4a8 commit af60fee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
cache:
55
directories:
66
- node_modules
7+
install:
8+
- npm install -g codecov
79
script:
810
- npm run build
9-
- npm test
11+
- yarn test -- --coverage && codecov

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cliff-effects [![TravisCI](https://travis-ci.org/codeforboston/cliff-effects.svg?style=shield)](https://travis-ci.org/codeforboston/cliff-effects)
1+
# cliff-effects [![TravisCI](https://travis-ci.org/codeforboston/cliff-effects.svg?style=shield)](https://travis-ci.org/codeforboston/cliff-effects) [![CodeCov](https://img.shields.io/codecov/c/github/MichaelDimmitt/cliff-effects.svg)](https://codecov.io/gh/MichaelDimmitt/cliff-effects)
22
> **cliff effect**: You are a person on government benefits, and you get a raise. You're making more money! But now that your income is higher, you don't make the cutoff for the benefits you receive. Even though you're taking home more money, your situation is worse. Some of your benefits drop to nothing, or almost nothing. You've fallen off "the cliff."
33
44
We are building the Cliff Effects webapp to help* [Project Hope](http://www.prohope.org/about/) case managers make quantifiable predictions about their clients' potential cliff effects - and advise their clients accordingly.

0 commit comments

Comments
 (0)