Skip to content

Commit

Permalink
responding to some instructions for create react [source1](facebook/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDimmitt committed Jul 4, 2018
1 parent 332b4a8 commit af60fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_js:
cache:
directories:
- node_modules
install:
- npm install -g codecov
script:
- npm run build
- npm test
- yarn test -- --coverage && codecov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cliff-effects [![TravisCI](https://travis-ci.org/codeforboston/cliff-effects.svg?style=shield)](https://travis-ci.org/codeforboston/cliff-effects)
# 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)
> **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."
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.
Expand Down

0 comments on commit af60fee

Please sign in to comment.