Source: r-cran-covr Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-digest, r-cran-jsonlite, r-cran-rex, r-cran-httr, r-cran-crayon, r-cran-withr, r-cran-yaml Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-covr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-covr.git Homepage: https://cran.r-project.org/package=covr Rules-Requires-Root: no Package: r-cran-covr Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, libjs-bootstrap, node-html5shiv Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: test coverage for GNU R packages Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' or 'Coveralls' . 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.