inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

option to enforce targets in code coverage #39

Closed ElsLommelen closed 3 years ago

ElsLommelen commented 3 years ago

I would like to enforce the targets listed in codecov.yml by changing informational to false, but this doesn't result in a failure of the checks. (The message returned by covr::codecov() reports if the report is uploaded successfully, not the status of the targets.)