tarpaulin v0.14.2 Release Notes

Release Date: 2020-07-10 // almost 4 years ago
  • โž• Added

    • โž• Added --all-targets to config file

    ๐Ÿ”„ Changed

    • Actually pass --all-targets to cargo
    • ๐Ÿ”€ Merge more CLI options with active config (no-run, no-default-features, ๐Ÿš€ ignore-panics, forward-signals, run-ignored, release, count, all-features, โฑ all-targets, line-coverage, branch-coverage, offline, timeout, features, โœ… out, arguments passed to test executable, -Z)
    • โšก๏ธ Update stats for all traces when they match a single address
    • โœ… Correct handling of doc tests in workspaces as doctest name is relative to ๐Ÿ“ฆ package root not workspace root
    • โœ… Return an error if a doctest fails to compile
    • Include files with no coverable lines in Html report
    • --ignore-panics now ignores assert_* and debug_assert* macros

    โœ‚ Removed