Skip to content

Releases: xd009642/tarpaulin

0.35.4

25 Apr 07:48
0.35.4
0998c8b

Choose a tag to compare

Changed

  • Revert gimli to a non-yanked version

0.35.3

25 Apr 06:53
0.35.3
2d49021

Choose a tag to compare

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

19 Feb 04:48
0.35.2
8bce5e0

Choose a tag to compare

Fixed

  • Update native-tls to fix install issue after breaking change.

0.35.1

16 Jan 22:33
0.35.1
b4a8935

Choose a tag to compare

Fixed

  • Fix filtering of integration test folders in workspaces

0.35.0

01 Jan 11:45
0.35.0
b561df1

Choose a tag to compare

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_BACKTRACE if 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

24 Oct 19:10

Choose a tag to compare

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

19 Oct 14:18

Choose a tag to compare

Added

  • Support for [env] section in .cargo/config
  • Full resolution of .cargo/config file hierarchy

0.33.0

05 Oct 18:19

Choose a tag to compare

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

23 Jun 05:12

Choose a tag to compare

Changed

  • cargo metadata command no longer runs with --all-features

0.32.7

20 May 09:38

Choose a tag to compare

Changed

  • Update llvm_profparser to remove a panic
  • Only bring in num-cpus for ptrace builds