Source: r-cran-covr
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
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' <https://about.codecov.io> or
 'Coveralls' <https://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.
