Skip to content

Commit

Permalink
Only coverage report on test success, fixes #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 authored and nickmerwin committed Mar 19, 2020
1 parent 3d83b4f commit 5e976c5
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 5e976c5

Please sign in to comment.