mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
covr
This commit is contained in:
parent
65a8b58aa6
commit
808024c5f4
2
.github/workflows/codecovr.yaml
vendored
2
.github/workflows/codecovr.yaml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
library(tinytest)
|
library(tinytest)
|
||||||
source_files <- list.files("R", pattern = ".R$", full.names = TRUE)
|
source_files <- list.files("R", pattern = ".R$", full.names = TRUE)
|
||||||
test_files <- list.files("inst/tinytest", full.names = TRUE)
|
test_files <- list.files("inst/tinytest", full.names = TRUE)
|
||||||
cov <- covr::file_coverage(source_files = source_files, test_files = test_files, line_exclusions = list("R/atc_online.R", "R/mo_source.R", "R/translate.R", "R/resistance_predict.R", "R/aa_helper_functions.R", "R/aa_helper_pm_functions.R", "R/zzz.R"))
|
cov <- covr::file_coverage(source_files = source_files, test_files = test_files, parent_env = asNamespace("AMR"), line_exclusions = list("R/atc_online.R", "R/mo_source.R", "R/translate.R", "R/resistance_predict.R", "R/aa_helper_functions.R", "R/aa_helper_pm_functions.R", "R/zzz.R"))
|
||||||
attr(cov, which = "package") <- list(path = ".") # until https://github.com/r-lib/covr/issues/478 is solved
|
attr(cov, which = "package") <- list(path = ".") # until https://github.com/r-lib/covr/issues/478 is solved
|
||||||
covr::codecov(cov, quiet = FALSE)
|
covr::codecov(cov, quiet = FALSE)
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
|
Loading…
Reference in New Issue
Block a user