Skip to content

Releases: taiki-e/cargo-llvm-cov

0.5.14

05 Apr 13:21
Compare
Choose a tag to compare
  • Fix an issue where --codecov flag reports a fully covered line as only partially covered or not covered. (#253, thanks @andrewgazelka)

0.5.13

03 Apr 14:10
Compare
Choose a tag to compare
  • Fix an issue where --codecov flag doesn't exclude files that should be excluded from the report. (#251)

0.5.12

02 Apr 20:55
Compare
Choose a tag to compare
  • Add --codecov flag to support "Codecov Custom Coverage" format. This allows using region coverage on Codecov. (#249, thanks @andrewgazelka)

0.5.11

28 Feb 17:14
Compare
Choose a tag to compare
  • Remove dependency on tempfile.

0.5.10

23 Feb 15:56
Compare
Choose a tag to compare
  • Update lexopt to 0.3.
  • Update cargo-config2 to 0.1.5.

0.5.9

15 Jan 23:48
Compare
Choose a tag to compare
  • Support trybuild 1.0.76+. (#238)

0.5.8

15 Jan 03:00
Compare
Choose a tag to compare
  • Fix handling of cases where the target directory contains glob characters.

0.5.7

11 Jan 15:10
Compare
Choose a tag to compare
  • Fix "cannot satisfy dependencies so std only shows up once" error on cargo llvm-cov nextest introduced in 0.5.4.

0.5.6

11 Jan 13:40
Compare
Choose a tag to compare
  • Distribute prebuilt macOS universal binary.

0.5.5

10 Jan 05:50
Compare
Choose a tag to compare
  • Fix regression on doctests introduced in 0.5.4.