Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 1.53 KB

v0.2.2 (2020-12-30)

Features

  • Add AssertRule
  • Fix coverages in parallel (controlled by --jobs flag)

v0.2.1 (2020-05-18)

Bug Fixes

  • Fix RUSTFLAGS envvar

Features

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

v0.2.0 (2020-04-21)

Breaking Changes

  • Change starting line number (make 1-indexed)

Bug Fixes

  • Allow empty strings for --rules option
  • Avoid panicking when source file is shorter than coverage record
  • Fix line number updating of LoopRule
  • Fix Runtime Error caused by not updating current_line

Features

  • Fix coverage based on syntax

v0.1.1 (2020-01-13)

Bug Fixes

  • Fix descriptions for cli option

v0.1.0 (2020-01-08)

Breaking Changes

  • Make BranchCoverage.line_number non-optional
  • Make coverage count and taken optional

Bug Fixes

  • Fix problem that some line are not ignored.

v0.0.2 (2019-12-24)

Breaking Changes

  • Change type of line_coverage.count

Bug Fixes

  • Ignore tests module correctly