covr
Track and report test coverage for R packages
covr's coverage tooling has been stable to the point of dormancy since 2022
◆Recent moves
- 3y ago
Test-trace recording added; covr relicensed to MIT
The last substantive release in this feed. covr.record_tests can attribute each executed trace back to the tests that ran it — a real analysis capability — bundled with a broad robustness sweep and an MIT relicense.
View source ↗ - 5y ago
cpp11 generated files ignored; upload retries
Two narrow fixes to coverage accuracy and upload reliability. No change in what covr can measure.
View source ↗ - 6y ago
Tokenless Codecov on GitHub Actions; SonarQube export
Continues the integration-breadth pattern: public repos drop the Codecov token requirement, and to_sonarqube() opens a second reporting destination.
View source ↗ - 6y ago
GitHub Actions support and in_covr() detection
Adds the CI integration that became the default path for R packages, plus in_covr() so package code can detect it is being measured.
View source ↗ - 6y ago
- 6y ago
Return-visibility regression from 3.3.0 reverted
Fixes instrumentation that had accidentally made function return values visible. Correctness restoration rather than new behavior.
View source ↗