tarpaulin v0.13.0 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
  • โž• Added

    • Compilation target is now accepted through the --target parameter.

    ๐Ÿ”„ Changed

    • โœ… Examples coverage now runs the tests that would be ran with cargo test --examples
    • Look up previous report from correct target directory.
    • โž• Added doc comments to ignorable lines in source analysis
    • ๐Ÿ”‹ Feature configurations in tarpaulin.toml are now run in order of declaration.
    • Compilation failure results in cargo tarpaulin execution failure.
    • ๐Ÿ”ง workspace flag is correctly propagated to feature configurations.
    • features now takes in a string e.g. "f1 f2", instead of an array of strings ["f1", "f2"].
    • ๐Ÿ”ง packages and exclude in workspace configurations are now read.

    โœ‚ Removed