Skip to content

Commit aba500f

Browse files
authored
Fix codecov
1 parent 2a098cf commit aba500f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
covr::codecov(
3131
quiet = FALSE,
3232
clean = FALSE,
33-
token = "${{ secrets.CODECOV_TOKEN }}"
33+
token = "${{ secrets.CODECOV_TOKEN }}",
3434
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
3535
)
3636
shell: Rscript {0}

0 commit comments

Comments
 (0)