tarpaulin v0.17.0 Release Notes

Release Date: 2020-11-10 // over 3 years ago
  • โž• Added

    • Now trace into executed binaries
    • โž• Added --avoid-cfg-tarpaulin flag to remove --cfg=tarpaulin from the RUSTFLAGS

    ๐Ÿ”„ Changed

    • โž• Address offset mapping has been added which allows us to compile binaries without changing the relocation model
    • Tie match patterns to a single logical line
    • Check if unable to read file to string and skip source analysis for it if that's the case

    โœ‚ Removed