Skip to content

Commit

Permalink
fix missing "'"
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Feb 2, 2024
1 parent f95721d commit c8dbe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-r-via-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: Rscript -e 'devtools::test()'

- name: covr::codecov() via system R
run: Rscript -e 'covr::codecov(quiet = FALSE, clean = TRUE, install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"))
run: Rscript -e 'covr::codecov(quiet = FALSE, clean = TRUE, install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"))'

- name: Show testthat output
run: |
Expand Down

0 comments on commit c8dbe77

Please sign in to comment.