buggy 1.1.1
buggy: ^1.1.1 copied to clipboard
Generates clean, readable, AI-ready Markdown reports from LCOV coverage files.
1.1.1 #
- Fixed
flutter-test-coverage-workaroundto skip files withpart ofdirectives, which cannot be imported directly.
1.1.0 #
- Added
runcommand as a general-purpose parent for utility subcommands. - Added
run flutter-test-coverage-workaroundsubcommand that generates a test file importing alllib/files, fixing Flutter's coverage blind spot for unimported files.--target(-t): Choose output directory (testorintegration_test).--include(-i): Include only files matching glob patterns.--exclude(-e): Exclude files matching glob patterns.
- Added
example_flutter/demonstrating Buggy usage with Flutter projects.
1.0.0 #
- Initial version.