Skip to content

Commit

Permalink
add codecov to r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jun 16, 2020
1 parent 69d5864 commit 2a6f748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_cran("codecov")
shell: Rscript {0}

- name: Session info
Expand All @@ -95,3 +96,8 @@ jobs:
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check

- name: Test coverage
run: covr::codecov()
shell: Rscript {0}

9 changes: 0 additions & 9 deletions .github/workflows/codecov.yaml

This file was deleted.

0 comments on commit 2a6f748

Please sign in to comment.