coverde 0.2.0+2 coverde: ^0.2.0+2 copied to clipboard
A CLI for basic coverage trace files manipulation. Validate minimum coverage, filter trace files data by tested file paths and generate HTML coverage reports.
0.2.0+2 #
- FEAT: optional prefix for filtered paths (#69).
- DOCS: update README (#70).
- DOCS: add topics and screenshots to Pub docs (#71).
0.2.0+1 #
- FIX: use proper version for update check (#67).
0.2.0 #
- FEAT: require Dart 3 (#52).
- REFACTOR: solve typos (#63).
- FIX: keep relative paths when filtering (#60).
- DOCS: use representative usage examples (#61).
- DOCS: update links and references (#58).
0.1.0+1 #
- FIX: use proper version for update check.
- DOCS: set README images URLs.
0.1.0 #
- FEAT: create
check
command. - FEAT: create
filter
command. - FEAT: create
remove
command. - FEAT: create
report
command. - FEAT: create
value
command. - TEST: ensure 100% test coverage.