tarpaulin v0.14.1 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ➕ Added

    • ⚙ run-types for lib, bins and all-targets
    • --tests --lib, --examples,--bins,--doc,--benches, ✅--all-targetsflags matchingcargo test`
    • ➕ Add named test running and flags --test, --example, --bin, --bench
    • Equivalent options for --no-fail-fast and --profile
    • Filtering of CARGO_HOME contents when it exists in project directory
    • 🌲 --debug or --dump-traces now outputs a json log format that can be used to plot tarpaulin execution

    🔄 Changed

    • 🔀 Now merge run-types in configs

    ✂ Removed