Skip to content

Commit

Permalink
installing allometric directly in test-coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 26, 2024
1 parent 5fce2f2 commit 1a26f01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
extra-packages: any::covr
needs: coverage

- name: Install allometric
run: |
install.packages('remotes')
remotes::install_github("allometric/allometric")
shell: Rscript{0}

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

0 comments on commit 1a26f01

Please sign in to comment.