diff options
| author | Nick Merwin <[email protected]> | 2020-03-19 10:13:54 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2020-03-19 10:13:54 -0700 |
| commit | 2ea7be3fc03ffe9553886f738a7f8e5a75a5d5d7 (patch) | |
| tree | 4b06053c329faeb11cade78553e7d0d79264370b /README.md | |
| parent | 5e976c5dd179a1d3798af119e14a7bf414e0bdf2 (diff) | |
| download | node-coveralls-3.0.10.tar.xz node-coveralls-3.0.10.zip | |
bump version3.0.10
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ [Coveralls.io](https://coveralls.io/) support for Node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button (like the one above) to your README. -Supported CI services: [Travis CI](https://travis-ci.org/), [CodeShip](https://codeship.com/), [CircleCI](https://circleci.com/), [Jenkins](https://jenkins.io/), [Gitlab CI](https://gitlab.com/), [AppVeyor](https://www.appveyor.com/), [Buildkite](https://buildkite.com/), [GitHub Actions CI](https://github.com/features/actions) +Supported CI services: [Travis CI](https://travis-ci.org/), [CodeShip](https://codeship.com/), [CircleCI](https://circleci.com/), [Jenkins](https://jenkins.io/), [Gitlab CI](https://gitlab.com/), [AppVeyor](https://www.appveyor.com/), [Buildkite](https://buildkite.com/), [GitHub Actions CI](https://github.com/features/actions), [CodeFresh](https://codefresh.io) ## Installation: @@ -53,7 +53,7 @@ env: ### [Jest](https://jestjs.io/) - Install [jest](https://jestjs.io/docs/en/getting-started) -- Use the following to run tests and push files to coveralls: +- Use the following to run tests and push files to coveralls on success: ```sh jest --coverage && coveralls < coverage/lcov.info |
