simplecov-shield
simplecov-shield copied to clipboard
SimpleCov Formatter to generate coverage badge via shields.io
Gem is nonfunctional with Ruby 3.0.0 owing to deprecation and removal of `URI::Escape` module, as per [issue 6](https://github.com/aterris/simplecov-shield/issues/6). Additionally, comparison asset files no longer match Shield.io output, so RSpec tests...
Becase some cases like this #4, is't better enable a exacutable for generate the svg. in the terminal ``` simplecov-shield 90 ``` or in the ruby code ```ruby SimpleCov::Formatter::ShieldFormatter.new.run(90) ```
I'm pretty new to ruby, which is why I want to use simplecov to help keep me on track. That is probably also the reason I don't understand the usage...
I would like this commit: https://github.com/aterris/simplecov-shield/commit/c64188d68387933ba27fbb3f101922d16167fc7c to be released. I would like to use simplecov 1.9 but it is not compatible with the current dependencies of this gem. When my...
Added ability to customise the file formats that supported by Shields.io.