diff --git a/codecov.yml b/codecov.yml index 04c55859..3294547a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,12 @@ comment: false +language: R +sudo: false +cache: packages +after_success: + +- Rscript -e 'covr::codecov()' + coverage: status: project: @@ -12,3 +19,4 @@ coverage: target: auto threshold: 1% informational: true +