Skip to content

coverde-v0.3.0

Choose a tag to compare

@mrverdant13 mrverdant13 released this 10 Jan 06:04
· 40 commits to main since this release
89f0213
  • BREAKING FEAT: use base-directory option instead of paths-parent option in filter command (#158).
  • BREAKING FEAT: add --dry-run flag to remove command to preview deletions without actually deleting (#214).
  • FIX: use platform-dependent path handling (#82).
  • FIX: validate regex patterns in filter command (#212).
  • FIX: validate threshold values in report command (#212).
  • FIX: proper file deletions (#221).
  • FIX: validate log level values in check and value commands (#222).
  • FEAT: safer and optional update checks (#226, #232).
  • FEAT: use Dart 3.5.0 as minimum SDK version (#114).
  • FEAT: add optimize-tests command (#115).
  • FEAT: add file-coverage-log-level option to check and value commands (#118).
  • FEAT: add file locking to filter command to prevent race conditions when multiple processes write to the same output file (#211).
  • FEAT: add wider support for analyzer package v8 (#233).
  • PERF: use streaming parser for trace files (#217).
  • REFACTOR: use mason_logger package for logging (#216).
  • REFACTOR: deterministic OS detection (#219, #223).