coverband

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

MIT License

Downloads
13.5M
Stars
2.5K
Committers
72

Bot releases are visible (Hide)

coverband - 5.0.3 Latest Release

Published by danmayer about 4 years ago

  • fix for non standard root paths for view_tracker thx @markshawtoronto
  • support basic auth for Rack prior to 2.0 thx @kadru
coverband - 5.0.2

Published by danmayer about 4 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
coverband - 5.0.1

Published by danmayer about 4 years ago

  • fix for race conditions around REDIS and setting up the Coverband configuration
coverband - 5.0.0

Published by danmayer about 4 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
coverband - 4.2.7

Published by danmayer over 4 years ago

This fixes two small issues

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

Published by danmayer over 4 years ago

Fixes redis deprecation warnings.