Skip to content

Commit

Permalink
Update coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
hafen committed Nov 29, 2023
1 parent df21150 commit debae68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
extra-packages: any::covr
needs: coverage

- run: Rscript -e 'install.packages("rnaturalearthhires", repos = "https://ropensci.r-universe.dev", type = "source")'

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

0 comments on commit debae68

Please sign in to comment.