Skip to content

Commit

Permalink
Codecov fix (#323)
Browse files Browse the repository at this point in the history
* rf added

* Update test-coverage.yaml

* Update test-coverage.yaml
  • Loading branch information
maksymiuks authored Sep 10, 2020
1 parent 202e52e commit aae4dad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'githubactions'
paths:
- '**.R'
- '**.yaml'
- '**.r'
- '*DESCRIPTION'
- '**.Rmd'
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes"))
install.packages(c("remotes", "randomForest"))
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("covr")
shell: Rscript {0}
Expand Down

0 comments on commit aae4dad

Please sign in to comment.