Versions in this module Expand all Collapse all v0 v0.0.6 Aug 12, 2025 Changes in this version + type Registry struct + func NewRegistry(strategies ...Strategy) *Registry + func (r *Registry) Get(name string) (Strategy, bool) + type Strategy interface + Execute func(profiles []*cover.Profile, outputDir string) error + Name func() string