aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Miras <[email protected]>2019-12-07 21:31:39 +0100
committerNick Merwin <[email protected]>2020-03-19 10:10:18 -0700
commit5e976c5dd179a1d3798af119e14a7bf414e0bdf2 (patch)
tree20f2cb279b98d660ad3c0230d63b9a159332ab64 /README.md
parent3d83b4f29f2dbf6f4a642ba24976d4ecbd5d56b1 (diff)
downloadnode-coveralls-5e976c5dd179a1d3798af119e14a7bf414e0bdf2.tar.xz
node-coveralls-5e976c5dd179a1d3798af119e14a7bf414e0bdf2.zip
Only coverage report on test success, fixes #230
Addresses only the `jest` case, other cases can be handled via subsequent pull requests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c59b20c..1fe1b67 100644
--- a/README.md
+++ b/README.md
@@ -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