From e87319847cb631f26d3e81825c82838ece14d993 Mon Sep 17 00:00:00 2001 From: Friedrich Pahlke Date: Mon, 26 Feb 2024 07:42:35 +0100 Subject: [PATCH] Issue in test-coverage.yaml fixed --- .github/workflows/test-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 49b9ee7b..a488960b 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -32,7 +32,7 @@ jobs: covr::codecov( quiet = FALSE, clean = FALSE, - token = Sys.getenv("CODECOV_TOKEN")), + token = Sys.getenv("CODECOV_TOKEN"), line_exclusions = c("src/f_count_data_estimation.cpp", "src/f_assertions.cpp", "R/f_design_plan_plot.R", "R/f_simulation_plot.R", "R/f_simulation_calc_subjects_function.R"), install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package") )