tarpaulin v0.19.0 Release Notes

Release Date: 2021-12-27 // over 2 years ago
  • โž• Added

    • Check build script output from cargo build and use it to set LD_LIBRARY_PATH to match cargo test behaviour
    • โœ… --implicit-test-flags argument so that --test-threads isn't passed into the test binary

    ๐Ÿ”„ Changed

    • ๐Ÿšš Parse RUSTFLAGS and RUSTDOCFLAGS to remove duplicate entries #891
    • โœ… Explicitly pass --test-threads to test binary to counteract cpu affinity being set to 1 CPU

    โœ‚ Removed