Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Nov 16, 2023
1 parent 3e22ae7 commit 33b3a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
shell: Rscript {0}

- name: Test coverage
if: matrix.config.os == 'ubuntu-18.04' && matrix.config.r == '3.6'
if: matrix.config.os == 'ubuntu-18.04' && matrix.config.r == '4.0'
run: |
covr::codecov(token = "${{secrets.CODECOV_TOKEN}}")
shell: Rscript {0}
Expand Down

0 comments on commit 33b3a6a

Please sign in to comment.