Added Codecov to CI workflow
This commit is contained in:
parent
37265685de
commit
ae23090a0e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/r.yml
vendored
5
.github/workflows/r.yml
vendored
|
|
@ -89,6 +89,11 @@ jobs:
|
|||
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
|
||||
shell: Rscript {0}
|
||||
|
||||
# Checking unit test coverage ---------------------------- #
|
||||
- name: Checking unit test coverage
|
||||
run: covr::codecov()
|
||||
shell: Rscript {0}
|
||||
|
||||
# Uploading check results -------------------------------- #
|
||||
- name: Uploading check results
|
||||
if: failure()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue