Skip to content

Releases: tilaven/diff-coverage

v0.1.6

30 Jan 19:40

Choose a tag to compare

0.1.6 - 2026-01-30

Fixed

  • Invalid version in Cargo.toml

v0.1.5

30 Jan 19:32

Choose a tag to compare

0.1.5 - 2026-01-30

Fixed

  • Fix coverage of files with the same name in different directories

v0.1.4

29 Jan 23:41

Choose a tag to compare

0.1.4 - 2026-01-30

Added

  • Add auto publishing to crates.io

v0.1.2

29 Jan 23:11

Choose a tag to compare

Fix GitHub Actions release matrix targets

v0.1.1

29 Jan 22:49

Choose a tag to compare

0.1.1 - 2026-01-29

Fixes

  • Fix GitHub Actions release matrix targets (remove stray trailing commas) so macOS builds resolve the correct Rust target.

v0.1.0

29 Jan 22:40

Choose a tag to compare

0.1.0 - 2026-01-29

We're excited to ship the very first release of diff-coverage, a developer‑focused CLI that makes coverage on changed code
fast, reliable, and CI‑friendly. Built for teams who want actionable coverage signals without slow or unreliable pipelines.

What's new

  • Blazing‑fast runs: up to ~108× faster mean wall‑time vs Python diff‑cover in larger runs
  • Memory‑efficient processing: ~21–28× lower peak RSS memory usage
  • Coverage directories supported: point to directories (not just single files) for flexible CI setups
  • --fail-under support: enforce quality gates directly in your pipeline

Why it matters diff-coverage is designed for modern dev workflows—fast enough for tight inner loops, strict enough for
CI, and predictable across mono‑repos and multi‑coverage setups.

Thanks for being part of the very first release — more to come!