Skip to content

5.0.0

Compare
Choose a tag to compare
@danmayer danmayer released this 30 Aug 21:42
  • 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