Skip to content

Commit

Permalink
Update coverage-local.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmafelix authored Mar 20, 2024
1 parent b8abc73 commit 4ee664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Test coverage
run: |
Rscript -e "writeLines(covr::coverage_to_list()$totalcoverage, '${{ runner.temp }}/package/local_cov.Rout')"
Rscript -e "writeLines(as.character(covr::coverage_to_list()$totalcoverage), '${{ runner.temp }}/package/local_cov.Rout')"
shell: bash

- name: Get Values
Expand Down

0 comments on commit 4ee664b

Please sign in to comment.