Skip to content

Commit a19d9df

Browse files
committed
Up GA action
- rm cache - customized file
1 parent 29649c4 commit a19d9df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/GitHub_Actions_CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
covr::codecov(
6161
quiet = FALSE,
6262
clean = TRUE,
63-
token = "${{ secrets.CODECOV_TOKEN }}",
64-
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
63+
token = "${{ secrets.CODECOV_TOKEN }}"
6564
)
6665
shell: Rscript {0}
6766

0 commit comments

Comments
 (0)