All Versions
52
Latest Version
Avg Release Cycle
38 days
Latest Release
353 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.8.7 Changes
September 21, 2019โ Added
- Created
CHANGELOG.md
- โ Add
--manifest-path
option - โ Add
--output-dir
option
๐ Changed
- Ignore lines containing "}else{"
- Use relative file paths to base_dir (env::current_dir() or --root option if set)
- ๐ฆ Use
HashSet
for XML package deduplication in cobertura fixing a codecov rendering issue
โ Removed
- Created
-
v0.8.6 Changes
August 17, 2019๐ Changed
- โก๏ธ Updated dependencies including cargo so tarpaulin works with
default-run
manifest option
๐ Fixed
- ๐ Fixed function ignoring logic where non-test functions with the ignored attribute weren't ignored
- โก๏ธ Updated dependencies including cargo so tarpaulin works with
-
v0.8.5 Changes
July 27, 2019๐ Changed
- โก๏ธ Updated
README.md
for CircleCI - โก๏ธ Updated
README.md
instructions for Docker on Windows
๐ Fixed
- โ tarpaulin returns a non-zero error code if test compilation fails
- โก๏ธ Updated
-
v0.8.4 Changes
June 09, 2019โ Added
- โ Added tests for covering match expressions
- โ Added tests for covering path expressions
- โ Added tests for doc-test coverage
๐ Fixed
- ๐ Fix unicode handling in json for html reports
-
v0.8.3 Changes
May 26, 2019โ Added
- โก๏ธ
span-locations
feature forproc-macro2
removing need for semver-exempt and updatedREADME.md
๐ Changed
- โ Added persistent URLs to HTML report when navigating source
- โก๏ธ Updated
cargo
,gimli
,git
,nix
,object
andquick-xml
๐ Fixed
- ๐ฆ Cobertura report now generates name attribute for the package tag
- โก๏ธ
-
v0.8.2 Changes
May 26, 2019- ๐ See 0.8.3 for changes
-
v0.8.1 Changes
May 26, 2019- ๐ See 0.8.3 for changes
-
v0.8.0 Changes
May 09, 2019โ 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
andprocess_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
andnix
- ๐ 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
- โ
Tarpaulin run type for doc-tests setting
-
v0.7.0 Changes
January 08, 2019โ Added
- Failure crate for improved error handling
- โ Added HTML reports
- โ Added pull-request template
๐ Changed
- ๐ Moved to Rust 2018 edition
-
v0.6.11 Changes
January 03, 2019โ Added
- ๐
--Release
option to run tarpaulin with tests built in release mode - โ Tests for coverage of assign operations
๐ Changed
- ๐ Changed
--skip-clean
to--force-clean
to make skipping clean default - Visit return statements in
source_analysis
to handle attributes - โก๏ธ Updated
cargo
,fallible-iterator
,libc
,rustc-demangle
,syn
- Updated Dockerfile for rust 2018 and
procmacro2_semver_exempt
working on stable
โ Removed
- โ Removed
publish-lockfile
fromCargo.toml
- ๐