Coverband Versions Save

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

v5.0.3

3 years ago
  • fix for non standard root paths for view_tracker thx @markshawtoronto
  • support basic auth for Rack prior to 2.0 thx @kadru

v5.0.2

3 years ago
  • change default port of local server
  • update on readme about issue with scout app, thanks @mrbongiolo
  • fix on configuration page not loading when redis can't load

v5.0.1

3 years ago
  • fix for race conditions around REDIS and setting up the Coverband configuration

v5.0.0

3 years ago
  • Full JRuby support
  • Reduced footprint
    • drops S3 support
    • drops static report support
    • drops gem support
    • only loaded web reporter files when required
  • configuration improvements
    • improved load order allowing more time for ENV vars (better dotenv, figaro, rails secrets support)
    • all config options can be set via coverband config, not requiring ENV var support
    • deprecation notices on soon to be removed config options
    • config exceptions on invalid configuration combinations
    • additional testing around configurations
    • improved defaults and reduced configuration options
  • improved resque patching pattern
  • improved default ignores
  • additional adapters
    • supports web-service adapter for http coverage collection
    • support log/file adapter
    • extendable pattern to support any additional backends
  • reduce logs / errors / alerts on bad startup configurations
  • fix: #301 runtime vs eagerload should always remain correct

v4.2.7

3 years ago

This fixes two small issues

  • Ignore patterns too aggressive #382
  • Stack level too deep error when running certain activejob jobs #367

v4.2.6

3 years ago

Fixes redis deprecation warnings.