Releases: xd009642/tarpaulin
Releases Β· xd009642/tarpaulin
0.32.3
0.32.2
Changed
- Now submit git remote information to coveralls and log the report URL as well as better error handling
0.32.1
Fixed
- Merged doctests now work in coverage
0.32.0
Changed
- doctest name resolution changed to be exact match not suffix match. This should only break doc test coverage
for nightlies >1 year old - Fixed handling of dashes in doctest name resolution
- Now disable dead code inclusion for mac's by default due to rust-lang/rust#137009
- Remove link-dead-code from llvm engine coverage jobs
0.31.5
0.31.4
0.31.3
Added
- The
CARGO_TARPAULIN_CONFIG_FILE
environment variable may be used to set the
path to the configuration file. The command line argument has precedence,
but this environment variable has precedence overtarpaulin.toml
and.tarpaulin.toml
.
Changed
- For
LD_LIBRARY_PATH
get all link paths from build script outputs - Use
PATH
on windows andDYLIB_LIBRARY_PATH
for mac instead ofLD_LIBRARY_PATH
- Add
--stderr
flag to print tarpaulin logs to stderr
0.31.2
Changed
- Removed debug printout of function map
0.31.1
Added
- Support for
#[coverage(off)]
to exclude expressions from coverage results - Updated llvm_profparsers to llvm-19 version
0.31.0
Added
- Ability to remove coveralls from the build making openssl optional.
Changed
- No longer print rustflags for report configs with
--print-rust-flags
- Now use source code to get function names and locations instead of debug information