Crate cargo_tarpaulin [] [src]

Modules

breakpoint
config
report
tracer

Functions

get_test_coverage

Returns the coverage statistics for a test executable in the given workspace

launch_tarpaulin

Launches tarpaulin with the given configuration.

merge_test_results

Test artefacts may have different lines visible to them therefore for each test artefact covered we need to merge the TracerData entries to get the overall coverage.

report_coverage

Reports the test coverage using the users preferred method. See config.rs or help text for details.

run