Added Codecov to CI workflow

This commit is contained in:
Waldir Leoncio 2021-11-10 13:36:47 +01:00
parent 37265685de
commit ae23090a0e

View file

@ -89,6 +89,11 @@ jobs:
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check") rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0} shell: Rscript {0}
# Checking unit test coverage ---------------------------- #
- name: Checking unit test coverage
run: covr::codecov()
shell: Rscript {0}
# Uploading check results -------------------------------- # # Uploading check results -------------------------------- #
- name: Uploading check results - name: Uploading check results
if: failure() if: failure()