# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "covr" in publications use:' type: software license: MIT title: 'covr: Test Coverage for Packages' version: 3.6.4.9003 abstract: 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. authors: - family-names: Hester given-names: Jim email: james.f.hester@gmail.com repository: https://r-lib.r-universe.dev repository-code: https://github.com/r-lib/covr url: https://covr.r-lib.org contact: - family-names: Hester given-names: Jim email: james.f.hester@gmail.com