Releases: xd009642/tarpaulin
Releases Β· xd009642/tarpaulin
0.35.4
0.35.3
Changed
- Refined the forced coverage of generic items and expressions to reduce false negatives
Fixed
- Fix ptrace SIGILL issue where PID parent event is delivered in iteration after the child stop is reported
0.35.2
Fixed
- Update native-tls to fix install issue after breaking change.
0.35.1
Fixed
- Fix filtering of integration test folders in workspaces
0.35.0
Changed
- Update LLVM profile parsing code to lazily load files reducing memory usage
- HTML reports now display the hit count without a mouseover
- Don't override
RUST_BACKTRACEif it's already set in the env when using--verbose - Don't report delta coverage if run configuration changes in a way that would lead to meaningless results
Fixed
- Correctly trace module paths when ignoring file modules declared in an inline module #1974
0.34.1
Changed
- Silence warning on invalid/unexpected doctest path for merged doctests as they
don't need the old processing
Fixed
- LLVM split regions are now counted correctly fixing some missed coverage hits.
0.34.0
Added
- Support for [env] section in
.cargo/config - Full resolution of
.cargo/configfile hierarchy
0.33.0
Added
- Markdown report type
Changed
- Made all reports consistent and put them in the project root by default
- Add dark/light mode to HTML reports
0.32.8
Changed
- cargo metadata command no longer runs with
--all-features
0.32.7
Changed
- Update
llvm_profparserto remove a panic - Only bring in num-cpus for ptrace builds