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.
0.6.3 - 2024-12-23
- Fix false positives with empty blocks/methods on a single line (#216) by @splattael.
- Updated list of default excluded directories (added
db/
andconfig/
)
0.6.0 - 2024-12-12
- Add support for including and exluding files by glob patterns, supplied through CLI args and the configuration file (#146)
- Files that were changed but don't appear in the coverage report at all will now be reported as uncovered, as expected.
- Fixed an issue where top-level methods were not being considered #135. This was caused by a bug in the tree traversal logic.
- Fixed a bug where
--compare
didn't work with grafted commits as there was no merge base available (#175). Now it's possible to pass a graft commit as--compare
which enablesundercover
to work with shallow clones.
0.5.0 - 2024-01-09
- Drop ruby 2.x support, require ruby 3.x in gemspec
- Dev dependency updates
0.4.7 - 2024-01-08
0.4.6 - 2023-04-21
- #total_coverage and #total_branch_coverage in the LcovParser
- Drop support for ruby < 2.7
- Test coverage with both local
undercover
and Undercover GitHub App for demo purposes
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
🎉