Skip to content

Commit

Permalink
Only coverage report on test success, fixes nickmerwin#230
Browse files Browse the repository at this point in the history
Addresses only the `jest` case, other cases can be handled via
subsequent pull requests.
  • Loading branch information
AndreMiras committed Dec 7, 2019
1 parent 2e2b108 commit f73ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ env:
- Use the following to run tests and push files to coveralls:
```sh
jest --coverage --coverageReporters=text-lcov | coveralls
jest --coverage && coveralls < coverage/lcov.info
```

Check out an example [here](https://github.com/Ethan-Arrowood/harperdb-connect/blob/master/.travis.yml) which makes use of Travis CI build stages
Expand Down

0 comments on commit f73ccca

Please sign in to comment.