Skip to content

Commit

Permalink
install_path makes no difference
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Jan 28, 2024
1 parent 91be77c commit 3e3c034
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 @@ -24,7 +24,7 @@ jobs:
run: nix-shell --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.xml2 rPackages.sys rPackages.devtools --run "Rscript -e 'devtools::test()'"

- name: Test coverage
run: nix-shell --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.sys rPackages.testthat --run "Rscript -e 'covr::codecov(quiet = FALSE, clean = FALSE)' "
run: nix-shell --pure -p cacert nix R rPackages.covr rPackages.codetools rPackages.sys rPackages.testthat --run "Rscript -e 'covr::codecov(quiet = FALSE, clean = FALSE, install_path = file.path(\"/home/runner/work/_temp\", \"package\"))' "

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 3e3c034

Please sign in to comment.