diff options
| author | XhmikosR <[email protected]> | 2019-10-09 19:42:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-14 15:07:52 +0200 |
| commit | 19a13ad0b0db59e274cabfc501bedf6c5dde6991 (patch) | |
| tree | d4ddb94585d805541acc9791bd7a028492e9368a /README.md | |
| parent | 2ed185ca3626591549ed33c2363a47b824a39d0f (diff) | |
| download | node-coveralls-19a13ad0b0db59e274cabfc501bedf6c5dde6991.tar.xz node-coveralls-19a13ad0b0db59e274cabfc501bedf6c5dde6991.zip | |
Switch to GitHub Actions CI.
Currently only runs on Ubuntu
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # node-coveralls -[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] +[![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [](https://snyk.io/test/github/nickmerwin/node-coveralls) [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. @@ -147,8 +147,8 @@ If you're running locally, you must have a `.coveralls.yml` file, as documented If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COMMIT` environment-variable to the commit hash you wish to reference. If you don't want to use a hash, you can set it to `HEAD` to supply coveralls with the latest commit data. This requires git to be installed and executable on the current PATH. -[travis-image]: https://travis-ci.org/nickmerwin/node-coveralls.svg?branch=master -[travis-url]: https://travis-ci.org/nickmerwin/node-coveralls +[ci-image]: https://github.com/nickmerwin/node-coveralls/workflows/Tests/badge.svg +[ci-url]: https://github.com/nickmerwin/node-coveralls/actions?workflow=Tests [coveralls-image]: https://coveralls.io/repos/nickmerwin/node-coveralls/badge.svg?branch=master&service=github [coveralls-url]: https://coveralls.io/github/nickmerwin/node-coveralls?branch=master |
