All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Drop support for ruby < 2.7
0.4.5 - 2022-07-28
- Update
rugged
dependency to< 1.6
0.4.4 - 2021-11-29
- Dependency updates
0.4.3 - 2021-03-16
- Branch coverage without line coverage marked as uncovered - fix by @GCorbel
0.4.1 - 2021-03-11
- Fix zero-division edge case resulting in NaN from Result#coverage_f
0.4.0 - 2021-02-06
- Minimal implementation of branch coverage in LCOV parser by @magneland
- Branch coverage output support in Undercover::Formatter
- Min Ruby requirement bumped to 2.5.0
- Dependency updates: Rubocop 1.0 and Rugged 1.1.0
0.3.4 - 2020-04-05
- Updated parsing performance by scoping
all_results
to git diff - Dependecy updates
0.3.3 - 2019-12-29
.gemspec
requiresimagen >= 0.1.8
to address compatibility issues
0.3.2 - 2019-05-08
- LCOV parser fix for incorrect file path handling by @RepoCorp
0.3.1 - 2019-03-19
- Compatibility with
pronto > 0.9
andrainbow > 2.1
0.3.0 - 2019-01-05
- Support for
.undercover
config file by @cgeorgii
0.2.3 - 2018-12-26
--ruby-syntax
typo fix by @cgeorgii
travis.yml
update by @Bajena
0.2.2 - 2018-12-16
- Change stale_coverage error into a warning
0.2.1 - 2018-09-26
- Bug in mapping changed lines to coverage results
0.2.0 - 2018-08-19
- This
CHANGELOG.md
- Ruby syntax version customisable with
-r
or--ruby-syntax
- Relative and absolute project path support
- typo in stale coverage warning message by @ilyakorol
0.1.7 - 2018-08-03
- Readme updates by @westonganger.
- Handled invalid UTF-8 encoding errors from
parser
0.1.6 - 2018-07-10
- Updated
imagen
to0.1.3
which avoids a broken release ofparser
0.1.5 - 2018-06-25
- Avoided conflicts between
rainbow
andpronto
versions for use in upcomingpronto-undercover
gem
0.1.4 - 2018-05-20
- Quick fix 🤷♂️
0.1.3 - 2018-05-20
imagen
version bump adding block syntax support
0.1.2 - 2018-05-18
--version
cli option fix
0.1.1 - 2018-05-17
- CLI exit codes on success error
- First release of
undercover
🎉