https://github.com/qltysh/example-jenkins
Jenkins Example
https://github.com/qltysh/example-jenkins
Last synced: 6 days ago
JSON representation
Jenkins Example
- Host: GitHub
- URL: https://github.com/qltysh/example-jenkins
- Owner: qltysh
- License: mit
- Created: 2025-12-24T21:15:23.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-12-24T22:58:24.000Z (18 days ago)
- Last Synced: 2025-12-26T11:24:02.954Z (16 days ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Qlty Ruby Coverage Example
[Qlty](https://qlty.sh) is a Code Health Platform with support for code coverage.
This repository is an example using Qlty to track code coverage on a Jenkins server.
This repository uses [Rspec](https://rspec.info/) for testing and [simplecov](https://github.com/simplecov-ruby/simplecov) to generate test coverage.
## Requirements
- Ruby 2.7 or above
- Test run with [bundle exec rspec](https://rspec.info/)
- An account on Qlty (free for open source)
- `QLTY_COVERAGE_TOKEN` is set as an environment variable
## Set up
See [`Jenkinsfile`](./Jenkinsfile) in this repository for a basic configuration.
## Documentation
- [Ruby Code Coverage Setup](https://docs.qlty.sh/coverage/generating-data#ruby-with-simplecov)
- [Alternative supported CI providers](https://docs.qlty.sh/coverage/ci)
## Help and feedback
Join our [Discord](https://qlty.sh/discord) for help and feedback.
## License
[MIT License](./LICENSE.md)