Source: r-cran-covr Standards-Version: 4.7.4 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-digest, r-cran-jsonlite, r-cran-rex, r-cran-httr, r-cran-cli, r-cran-withr, r-cran-yaml, 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 Package: r-cran-covr Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Test Coverage for 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.