Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 3.39 KB

roadmap.md

File metadata and controls

56 lines (48 loc) · 3.39 KB

Future Roadmap

Research Alternative Redis formats

Coverband Next...

Will be the fully modern release that drops maintenance legacy support in favor of increased performance, ease of use, and maintainability.

  • look at adding a DB tracker
  • defaults to oneshot for coverage
  • possibly splits coverage and all other covered modules
  • drop middleware figure out a way to kick off background without middelware, possibly use similar process forking detection to humperdink
  • options on reporting
    • background reporting
    • or middleware reporting
  • Support for file versions
    • md5 or release tags
    • add coverage timerange support
  • improved web reporting
    • lists current config options
    • eventually allow updating remote config
    • full theming
    • list redis data dump for debugging (refactor built in debug support)
  • additional adapters: Memcache, S3, and ActiveRecord
  • add articles / podcasts like prontos readme https://github.com/prontolabs/pronto
  • add meta data information first seen last recorded to the coverage report views (per file / per method?).
  • See if we can add support for views / templates
  • Better default grouping (could use groups features for gems for rails controllers, models, lib, etc)
  • Improved logging for easier debugging and development
    • drop the verbose mode and better support standard logger levels
    • redo the logger entirely
  • redo config system and allow live config updates via webui
  • move all code to work with relative paths leaving only stdlib Coverage working on full paths

Out of Scope

It is important for a project to not only know what problems it is trying to solve, but what things are out of scope. We will start to try to document that here:

  • We have in the past tried to add coverage tracking for all gems, this added a lot of complexity and compuation overhead and slowed things down to much. It also was of less value than we had hoped. There are alterntative ways to instrument a shared library to track across multiple applications, and single application gem utilization is easier to handle in a one of basis. It is unlikely we will support that again.