Releases: xd009642/tarpaulin
Releases Β· xd009642/tarpaulin
0.31.2
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
0.30.0
Changed
- Upgraded to syn2 and removed branch coverage module. This only had impact in debug dumps so shouldn't impact users
- Ignore type definitions in trait implementations
0.29.2
Changed
- Update jobserver crate to allow building on alpine
0.29.1
Added
- Use
RUSTUP_HOME
to handle rustup being installed in non-standard directories
0.29.0
Added
- Troubleshooting guide
Changed
0.28.0
Changed
- No longer add
+nightly
if cargo version is already nightly - Adds
-Cstrip=None
to the rustflags to prevent default stripping - Update profparsers for llvm 17 and 18 support
0.27.3
Changed
- Add line reports and make file name float in HTML report
- Make coverallss report path match linux path format on windows
0.27.2
Changed
- Don't disable ASLR if it's already disabled