diff options
| author | Andre Miras <[email protected]> | 2019-12-07 21:31:39 +0100 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2020-03-19 10:10:18 -0700 |
| commit | 5e976c5dd179a1d3798af119e14a7bf414e0bdf2 (patch) | |
| tree | 20f2cb279b98d660ad3c0230d63b9a159332ab64 | |
| parent | 3d83b4f29f2dbf6f4a642ba24976d4ecbd5d56b1 (diff) | |
| download | node-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.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
