# covr 3.5.0
* `codecov()` now supports GitHub Actions for public repositories without
having to specify a token.
* New `to_sonarqube()` function added to support SonarQube generic
XML format (@nibant, @Delfic, #413).
(pkgsrc changes)
Serveral packages added for TEST_DEPENDS+=. Not really confirmed yet. sorry.
(upstream changes)
# covr 3.4.0
* `codecov()` now supports GitHub Actions.
* New `in_covr()` function added to return true if code is being run by covr (#407).
* `file_coverage()`, `environment_coverage()` and `function_coverage()` now set
`R_COVR=true`, to be consistent with `package_coverage()` (#407)
# covr 3.3.2
* Fix test failures in the development version of R (4.0.0) (#400)
Track and report code coverage for your package and (optionally) upload
the results to a coverage service like 'Codecov' <http://codecov.io> or
'Coveralls' <http://coveralls.io>.
Code coverage is a measure of the amount of code being exercised by a set
of tests. It is an indirect measure of test quality and completeness.
This package is compatible with any testing methodology or framework and
tracks coverage of both R code and compiled C/C++/FORTRAN code.