Skip to content
Snippets Groups Projects

Resolve "[bugfix] coverage computation in ci test pipeline"

Merged Johannes Boog requested to merge 83-bugfix_coverage_ci into master
+ 1
1
@@ -25,7 +25,7 @@ test:
- R -e 'renv::install("bioc::rhdf5")'
script:
# Build and Check r2ogs6
#- R CMD build . --no-build-vignettes --no-manual
- 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)'
Loading