v0.2.2 (2020-12-30)
- Add AssertRule
- Fix coverages in parallel (controlled by --jobs flag)
v0.2.1 (2020-05-18)
- Fix RUSTFLAGS envvar
- Ignore functions with #[test] attribute
- Add UnreachableRule
v0.2.0 (2020-04-21)
- Change starting line number (make 1-indexed)
- 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
- Fix coverage based on syntax
v0.1.1 (2020-01-13)
- Fix descriptions for cli option
v0.1.0 (2020-01-08)
- Make BranchCoverage.line_number non-optional
- Make coverage count and taken optional
- Fix problem that some line are not ignored.
v0.0.2 (2019-12-24)
- Change type of line_coverage.count
- Ignore tests module correctly