Skip to content

Commit

Permalink
fixed folders in test cov
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Apr 11, 2024
1 parent 00aa257 commit 573cf6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package"),
paths = c("src/", "R/")
)
shell: Rscript {0}

Expand Down

0 comments on commit 573cf6c

Please sign in to comment.