Crate isotarp

Source

Re-exports§

pub use coverage::analysis::analyze_test_coverage;
pub use coverage::analysis::run_analysis;
pub use coverage::tarpaulin::extract_covered_lines;
pub use coverage::tarpaulin::run_isolated_test_coverage;
pub use types::errors::Error;
pub use utils::io::save_analysis;
pub use utils::paths::artifacts_dir;
pub use utils::paths::test_name_to_path_segment;
pub use utils::paths::test_output_dir;
pub use utils::paths::test_report_path;
pub use utils::paths::test_target_dir;
pub use types::models::*;

Modules§

cli
coverage
resolve
types
utils