Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.5.14
- Fix an issue where
--codecov
flag reports a fully covered line as only partially covered or not covered. (#253, thanks @andrewgazelka)
0.5.13
0.5.12
- Add
--codecov
flag to support "Codecov Custom Coverage" format. This allows using region coverage on Codecov. (#249, thanks @andrewgazelka)
0.5.11
- Remove dependency on
tempfile
.
0.5.10
- Update
lexopt
to 0.3. - Update
cargo-config2
to 0.1.5.
0.5.9
0.5.8
- Fix handling of cases where the target directory contains glob characters.
0.5.7
- Fix "cannot satisfy dependencies so
std
only shows up once" error oncargo llvm-cov nextest
introduced in 0.5.4.
0.5.6
- Distribute prebuilt macOS universal binary.
0.5.5
- Fix regression on doctests introduced in 0.5.4.