tarpaulin v0.8.0 Release Notes

Release Date: 2019-05-09 // almost 5 years ago
  • โž• Added

    • โœ… Tarpaulin run type for doc-tests setting RUSTDOCFLAGS flag
    • โž• Added loading of Apple dSYM files
    • ๐Ÿ’พ Save non-persistent reports when debug flag is present
    • ๐Ÿ‘ท Populate CI server information for coveralls
    • Populate git info in coveralls report
    • Debug prinouts for tarpaulin for debugging

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved statemachine and process_handling modules in preparation for cross-platform support
    • Go into closures in syntax analysis
    • ๐Ÿšš Moved state machine handling to use an event queue system
    • โž• Added more attributes for classes in Cobertura reports
    • โšก๏ธ Updated cargo, env_logger, failure, log and nix
    • ๐Ÿ‘Œ Improved structure and layout of cobertura reports

    ๐Ÿ›  Fixed

    • โž• Added result de-duplication when using doc-tests
    • Formatting for HTML characters in JSON files
    • Correct path detection for HTML reports
    • โœ… Made test paths relative to Cargo manifest