covguard-policy 0.1.0

Shared policy and profile contracts for covguard
Documentation
  • Coverage
  • 100%
    31 out of 31 items documented0 out of 10 items with examples
  • Size
  • Source code size: 11.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/covguard
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

covguard-policy

Shared policy enums, profile variants, and preset settings used by covguard core services.

Built-in profiles

  • oss: threshold 70%, scope added, fail on never, missing warn
  • moderate: threshold 75%, scope added, fail on error, missing file warn
  • team: threshold 80%, scope added, fail on error
  • strict: threshold 90%, scope touched, fail on error, missing fail
  • lenient: threshold 0%, scope added, fail on never