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 6e80c90 commit c8e3945
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 @@ -22,7 +22,8 @@ jobs:
use-public-rspm: true

- 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", "taxize"), repos='http://cran.us.r-project.org')

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

0 comments on commit c8e3945

Please sign in to comment.