diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index a0fc48a7..b228119b 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -21,7 +21,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Test coverage - run: nix-shell --pure -p nix R rPackages.covr rPackages.codetools rPackages.xml2 rPackages.sys rPackages.testthat --run "Rscript -e 'covr::codecov(quiet = FALSE, clean = FALSE, install_path = file.path(Sys.getenv(\"RUNNER_TEMP\"), \"package\"))' " + run: nix-shell --pure -p nix R rPackages.covr rPackages.codetools rPackages.xml2 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()