coverband icon indicating copy to clipboard operation
coverband copied to clipboard

Ruby production code coverage collection and reporting (line of code usage)

Results 35 coverband issues
Sort by recently updated
recently updated
newest added

In [ruby-clock](https://github.com/jjb/ruby-clock), I use `rails runner` to start the persistent process. I _think_ this works well with coverband, but have possibly seen it not work, sometimes (sorry for vagueness, I'm...

**Is your feature request related to a problem? Please describe.** When most of the application grows, they keep legacy translation keys which are not used in the app anymore but...

**Describe the bug** Got syntax error while executing the rake task for coverage server **To Reproduce** Steps to reproduce the behavior: 1. Added coverband gem to Gemfile `gem 'coverband'` 2....

I've been running Coverband in production for about a month and it has produced for me a redis database file which I can download and inspect locally without worrying about...

I'm not sure if this is because I need to do any new or different write up for Ruby 3, but this fails: ``` # config/coverband.rb Coverband.configure do |config| config.store...

I know previous version of Coverband allowed for tracking gems to help determine what was being used and what could be removed cleanly. I am looking for this functionality to...

**Is your feature request related to a problem? Please describe.** We have multiple apps that share an in-house gem. Over time, it becomes very difficult to know what classes and...

We had numerous issues getting the Coverband web UI to work with our existing CSP rules. This isn't perfect but is an example of how you could fold it into...

**Is your feature request related to a problem? Please describe.** I want to automate capturing the code coverage our E2E test suite reaches. We are successfully using Coverband to do...

This should address issue #484 and allow for much larger web reports to be displayed even when on resources that limit request time to 30s per request. This change adds...