diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 8f1f93dc..e68540e1 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -21,14 +21,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Test coverage - run: > - nix-shell -p R rPackages.covr --run ' - covr::codecov( - quiet = FALSE, - clean = FALSE, - install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package") - ) - ' + run: nix-shell -p R rPackages.covr --run covr::codecov(quiet = FALSE, clean = FALSE, install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")) - name: Show testthat output if: always()