Module test_coverage

Module test_coverage 

Source
Expand description

Test coverage module - now modularized for better organization

Re-exports§

pub use analyzer::CoverageAnalyzer;
pub use types::CoverageConfig;
pub use types::CoverageReport;
pub use types::FileCoverage;

Modules§

analyzer
Test coverage analyzer implementation
reporting
Coverage reporting and validation
tests
Test coverage module tests
types
Test coverage types and configuration