Skip to content
Snippets Groups Projects
Commit b87c375a authored by Johannes Boog's avatar Johannes Boog
Browse files

[test] add test coverage report

parent 22eb0eb9
No related branches found
No related tags found
1 merge request!36[test] add test coverage report
......@@ -24,6 +24,9 @@ test:
# Build and Check r2ogs6
- R CMD build . --no-build-vignettes --no-manual
- R CMD check $(ls -1t *.tar.gz | head -n 1) --no-build-vignettes --no-manual
after_script:
- R -e 'covr::package_coverage(type = c("tests", "examples"), quiet = F)'
coverage: '/Coverage: \d+\.\d+\%/'
cache:
key: "$CI_COMMIT_REF_SLUG"
untracked: true
......
......@@ -27,6 +27,7 @@ License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
covr,
testthat,
knitr,
devtools,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment