flutter_live_coverage 1.1.0
flutter_live_coverage: ^1.1.0 copied to clipboard
Flutter runtime code coverage plugin supporting Release mode. Collects line-level coverage data with LCOV output and S3 upload support.
Changelog #
1.1.0 #
- Fix if-else chain instrumentation to avoid syntax errors
- When instrumenting
else ifchains, skip recording nested IfStatement lines to prevent inserting hit calls between}andelse if
1.0.0 #
- Initial release
- Runtime code coverage collection for Release mode
- Line-level coverage tracking using efficient BitSet storage
- LCOV format output compatible with genhtml, codecov, etc.
- Local file storage with automatic cleanup
- AWS S3 upload support with SigV4 authentication
- CLI instrumentation tool for source code transformation
- Auto-upload feature with configurable intervals
- Automatic local file cleanup after successful S3 upload