https://github.com/evgeniradev/simplecov_url
The gem publishes Simplecov's test coverage reports to your_url/simplecov.
https://github.com/evgeniradev/simplecov_url
codecoverage simplecov
Last synced: 11 months ago
JSON representation
The gem publishes Simplecov's test coverage reports to your_url/simplecov.
- Host: GitHub
- URL: https://github.com/evgeniradev/simplecov_url
- Owner: evgeniradev
- License: mit
- Created: 2019-06-09T02:51:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:21:32.000Z (over 3 years ago)
- Last Synced: 2025-06-11T03:06:29.874Z (12 months ago)
- Topics: codecoverage, simplecov
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# SimplecovUrl
The gem publishes Simplecov's test coverage reports to your_url/simplecov.
If you want to restrict the controller to specific Rails environments, please set their names in the **ALLOWED_SIMPLECOV_ENVIRONMENTS** environment variable.
Example:
```
ALLOWED_SIMPLECOV_ENVIRONMENTS=development,test
```
## Installation
Add this line to your application's Gemfile:
```
gem 'simplecov_url', '~> 1.0'
```
And execute:
```
$ bundle
```
## Dependencies
```
gem 'rails', '>= 5.0.3'
```
```
gem 'simplecov', '~> 0.16.1'
```
```
gem 'simplecov-html', '~> 0.10.0'
```
## Running the tests
```
$ bundle exec rspec
```
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/evgeniradev/simplecov_url](https://github.com/evgeniradev/simplecov_url).
## License
SimplecovUrl is released under the MIT License. See MIT-LICENSE for details.