tarpaulin v0.22.0 Release Notes

Release Date: 2022-10-09 // about 2 years ago
  • ➕ Added

    • 🏁 Working llvm coverage instrumentation (coverage now works on Mac and Windows!)
    • --post-test-delay for tests which spawn a process (default 1s for llvm coverage)

    🔄 Changed

    • ⚡️ Update quick-xml to 0.25
    • ✅ Make --ignore-tests the default and add a flag --include-tests to reapply the old behaviour
    • 🔧 profraw files moved to $TARGET_DIR/tarpaulin/profraws (configurable via Config::set_profraw_folder)

Previous changes from v0.21.0

  • 🔄 Changed

    • 🛠 Fix issue in parsing output from cargo --version with some beta versions (support beta.n)
    • 🏗 Forward RUSTC_BOOTSTRAP to cargo when building test binary #1074