Skip to content

Commit

Permalink
Codecov on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Apr 26, 2024
1 parent 58f82b2 commit 4644d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
path: check/*.tar.gz

- name: Install covr
if: runner.os == 'Linux'
if: runner.os == 'macOS'
run: |
remotes::install_cran("covr")
shell: Rscript {0}

- name: Test coverage
if: runner.os == 'Linux'
if: runner.os == 'macOS'
run: covr::codecov()
shell: Rscript {0}

Expand Down

0 comments on commit 4644d0d

Please sign in to comment.