Coverband v5.0.0 Release Notes

Release Date: 2020-08-30 // over 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