Skip to content

Commit

Permalink
Issue in test-coverage.yaml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Feb 26, 2024
1 parent 56d6604 commit e873198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit e873198

Please sign in to comment.