tarpaulin v0.18.0 Release Notes

Release Date: 2021-06-28 // almost 3 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated logging so for the build mode it says "launching binary" instead of โœ… "launching test"
    • โœ… Don't apply --color argument to test executables if "auto" to prevent issues โœ… with tests that can't have color controlled
    • ๐Ÿ›  Fix directory that cargo clean is run from
    • โฌ‡๏ธ Reduce number of cleans fixing issue where only last run-type was ran
    • Clean without cargo clean removing directory to preserve coverage run delta reporting
    • Set CARGO_MANIFEST_DIR when running doc tests
    • Stop processing a DWARF line number program after the end sequence is hit
    • If a breakpoint gets disabled due to instruction clash also disable the first breakpoint that fell upon that aligned address
    • ๐Ÿ–จ Make percentage change in CLI printout two decimal places

    โœ‚ Removed