Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Jul 5, 2024
1 parent 7592ee5 commit 5c74d7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check-hard-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
install.packages("knitr")
install.packages("rmarkdown")
install.packages("testthat")
shell: Rscript {0}

- name: Check that suggested packages are not installed
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ jobs:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: ablack3/CDMConnector

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

0 comments on commit 5c74d7f

Please sign in to comment.