How to provide threshold value of code coverage percentage to covr (R code coverage)

82 Views Asked by At

As a code coverage framework for R we are using covr (https://github.com/r-lib/covr). But I am unable to figure out where to provide the threshold value for minimum percent of the code that should be covered by the unit tests. Could you please point me to the answer?

0

There are 0 best solutions below