0.0
No release in over 3 years
Low commit activity in last 3 years
The gem publishes Simplecov's test coverage reports to your_url/simplecov.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.8

Runtime

>= 5.0.3
~> 0.16.1
 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.

License

SimplecovUrl is released under the MIT License. See MIT-LICENSE for details.