Skip to content

Commit

Permalink
try switching back to linux for coverage
Browse files Browse the repository at this point in the history
* and keep going on error ...
  • Loading branch information
jefferis committed Oct 31, 2021
1 parent e51d48e commit 222ee5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
path: check

- name: Test coverage
if: runner.os == 'macOS'
# if: ${{ runner.os == 'Linux' && matrix.config.r == 'release'}}
run: covr::codecov()
# if: runner.os == 'macOS'
if: ${{ runner.os == 'Linux' && matrix.config.r == 'release'}}
run: covr::codecov(errorsAreFatal=FALSE)
shell: Rscript {0}

0 comments on commit 222ee5e

Please sign in to comment.