covr icon indicating copy to clipboard operation
covr copied to clipboard

Test coverage reports for R

Results 91 covr issues
Sort by recently updated
recently updated
newest added

an exported function like `cover::markdown_output()` to print a coverage report in markdown, which could then easily be used to add either a [Job Summary](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) for a GH Action, or potentially...

I am interested in getting access to the latest version of `covr` that includes `klmr/box` support through the official package distribution channels (CRAN and Posit Package Manager).

Allow using `Rscript` to run code instead of `R CMD BATCH` so that output prints to console. Fixes #558

In our CI tool, we can monitor logs interactively. However, `covr::test_package()` only allows running code in background processes that do not report to the console (the code provided in `code`...

Hi, First of all, thanks for this package. Been missing it. Very useful. This isn't an issue, but [`Discussions`](https://github.com/features/discussions) aren't enabled. **My question is:** could you please suggest a way...

Closes #528 Refer to #528 for a detailed description of the issue, but in short the heuristic that was used for quickly determining whether we're evaluating a new test ended...

In my recent PR https://github.com/igraph/rigraph/pull/1021 to `igraph`, the coverage tests said that the testing didn't include the changed code, even though it did. I put together a simple package with...

## Description This feature would allow users to specify a new parameter, `type = "longtests"`, in the `package_coverage()` function. This would be useful for Bioconductor users who want to divide...

Thanks for this package, I've been appreciating it. I ran `covr::package_coverage()` and got an `Error: Failure in (a temp file)` that was missing. This error suggests that there is a...

Fixes #517 This probably could be a bug to the tools package, but it is easy enough to fix here. The tools bug is that when `install_path` is a relative...