tarpaulin v0.13.4 Release Notes

Release Date: 2020-06-23 // almost 4 years ago
  • โž• Added

    • โž• Add --cfg=tarpaulin to RUSTFLAGS this allows users to use #[cfg(tarpaulin)] and #[cfg(not(tarpaulin))]

    ๐Ÿ”„ Changed

    • Don't run executables when --no-run provided
    • #[cfg(not(tarpaulin))] blocks are ignored in source analysis

    โœ‚ Removed