tarpaulin v0.22.0 Release Notes

Release Date: 2022-10-09 // over 1 year 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