Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlowens authored Oct 15, 2024
1 parent c8e3945 commit 72deb2a
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 @@ -23,7 +23,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2

- run: install.packages(c("covr", "taxize"), repos='http://cran.us.r-project.org')
- run: install.packages(c("covr", "remotes"), repos='http://cran.us.r-project.org')
- run: remotes::install_github("ropensci/taxize")

- name: Test coverage
run: covr::codecov()
Expand Down

0 comments on commit 72deb2a

Please sign in to comment.