Skip to content

Commit

Permalink
yaml change
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmafelix committed Aug 7, 2024
1 parent 54c40f3 commit 94e8b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Test coverage
run: |
Rscript -e "covpack<-covr::package_coverage(install_path='${{ github.workspace}}'); \
Rscript -e "covpack<-covr::package_coverage(install_path='${{ github.workspace }}/cov', clean=FALSE); \
covd<-covr::coverage_to_list(covpack)$totalcoverage; \
write.table(covd[length(covd)], file = '${{ github.workspace }}/local_cov.Rout', row.names = F, col.names = F)"
shell: bash
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-outputs
path: ${{ github.workspace }}
path: ${{ github.workspace }}/cov

0 comments on commit 94e8b21

Please sign in to comment.