covr 3.5.1 2020-09-16

covr 3.5.0 2020-03-06

covr 3.4.0 2019-11-26

covr 3.3.2 2019-10-16

  • Fix test failures in the development version of R (4.0.0) (#400)

covr 3.3.1 2019-08-23

  • Fix inadvertent regression in return visibility when functions are covered. covr versions prior to 3.3.0 surrounded each statement in { blocks. covr 3.3.0 switched to using ({, but this caused an inadvertent regression, as ( will make the result visible it is the last expression in a function. Using if (TRUE) { restores the previous behavior. (#391, #392)

covr 3.3.0 2019-08-06

New Features

  • New azure() function added to make it easy to use covr on Azure Pipelines (#370)

  • Work around issues related to the new curly curly syntax in rlang (#379, #377, rlang#813)

  • Compiled code coverage has been improved, in particular C++ templates now contain the merged coverage of all template instances, even if the instances were defined in separate compilation units. (#390)

Bugfixes and minor improvements