FLUTTER ECOSYSTEM

test_cov_console

Command line utility to read lcov.info and print the coverage report to console.

Latest version
0.2.2
30-day downloads
32.1K
Likes
34
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A command-line utility for parsing lcov.info files and displaying test coverage results directly in the console. It enables developers to quickly assess code coverage metrics without relying on external tools or GUIs. Ideal for CI/CD pipelines and local development workflows, it provides a lightweight way to visualize which parts of the codebase are tested. The tool is compatible across multiple platforms, including Android, iOS, macOS, Windows, and Linux, ensuring broad usability in diverse environments.

Use cases
  • CI/CD integration
  • Local test coverage checks
  • Automated reporting
  • Quick coverage analysis
  • Build pipeline validation
Key features
  • Reads lcov.info files
  • Outputs coverage to console
  • Cross-platform support
  • Lightweight CLI tool
  • Simple command-line interface
Suitable for
  • Developers using Flutter
  • Teams with CI/CD pipelines
  • Test automation engineers
  • Command-line enthusiasts
  • Coverage-focused projects
Considerations
  • Requires lcov.info file
  • No graphical output
  • Limited to console display
  • Dependent on lcov format
  • Not suitable for interactive reports
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add test_cov_console

Categories

Source repository

Related projects