Skip to content

Commit

Permalink
include covr
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 24, 2024
1 parent b8e0cc0 commit 36fbc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: |
remotes::install_deps(dependencies = TRUE, repos = BiocManager::repositories())
BiocManager::install(c("rcmdcheck", "pkgdown"), ask = FALSE, update = TRUE)
BiocManager::install(c("rcmdcheck", "pkgdown", "covr"), ask = FALSE, update = TRUE)
shell: Rscript {0}

- name: System dependencies
Expand Down

0 comments on commit 36fbc9e

Please sign in to comment.