Skip to content

Commit

Permalink
use Rscript for test code
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed May 31, 2024
1 parent 3c6209a commit 14d1ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test coverage
run: |
install.packages('covr')
Rscript -e 'covr::codecov()'
covr::codecov()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
shell: Rscript {0}

0 comments on commit 14d1ccd

Please sign in to comment.