Skip to content

Releases: Kogia-sima/rust-covfix

v0.2.2

29 Dec 16:50
Compare
Choose a tag to compare
Merge branch 'release/v0.2.2' into stable

v0.2.1

18 May 02:11
Compare
Choose a tag to compare

Bug Fixes

  • Fix Documentation about RUSTFLAGS environmental variable

New Features

  • Ignore functions with #[test] attribute
  • Add UnreachableRule

v0.2.0

20 Apr 19:06
Compare
Choose a tag to compare

Breaking Changes

  • Make all internal representation of line number 1-indexed (starts from 1, not 0)

New Features

  • Fix coverages based on Rust syntax (using syn crate)
  • Avoid panicking when source file is shorter than coverage record

Bug fix

  • Allow empty string for --rules option

v0.1.1

12 Jan 23:00
Compare
Choose a tag to compare
Merge branch 'master' into stable

v0.1.0

08 Jan 03:26
Compare
Choose a tag to compare
Merge branch 'hotfix' into stable

v0.0.2

24 Dec 06:46
Compare
Choose a tag to compare
Merge branch 'hotfix' into stable

v0.0.1

20 Dec 06:08
Compare
Choose a tag to compare
Merge branch 'master' into stable