https://github.com/catdad-experiments/coveralls-ci-test
https://github.com/catdad-experiments/coveralls-ci-test
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catdad-experiments/coveralls-ci-test
- Owner: catdad-experiments
- License: unlicense
- Created: 2017-03-17T01:46:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T02:23:33.000Z (over 9 years ago)
- Last Synced: 2025-10-24T02:56:27.659Z (9 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coveralls-ci-test
[![travis][travis.svg]][travis.link]
[![appveyor][appveyor.svg]][appveyor.link]
[![coveralls][3]][4]
[![codecov][codecov.svg]][codecov.link]
[travis.svg]: https://travis-ci.org/catdad-experiments/coveralls-ci-test.svg?branch=master
[travis.link]: https://travis-ci.org/catdad-experiments/coveralls-ci-test
[appveyor.svg]: https://ci.appveyor.com/api/projects/status/github/catdad-experiments/coveralls-ci-test?branch=master&svg=true
[appveyor.link]: https://ci.appveyor.com/project/catdad-experiments/coveralls-ci-test
[3]: https://img.shields.io/coveralls/catdad-experiments/coveralls-ci-test.svg
[4]: https://coveralls.io/github/catdad-experiments/coveralls-ci-test?branch=master
[codecov.svg]: https://codecov.io/gh/catdad-experiments/coveralls-ci-test/branch/master/graph/badge.svg
[codecov.link]: https://codecov.io/gh/catdad-experiments/coveralls-ci-test
## Some relevant links
* [AppVeyor env variables](https://www.appveyor.com/docs/environment-variables/)
* [Travis env variables](https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables)