Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginberg authored May 22, 2024
1 parent b0d8a64 commit 5167470
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@ jobs:
EUNOMIA_DATA_FOLDER: ${{ runner.temp }}
with:
upload-snapshots: true


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

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 5167470

Please sign in to comment.