Skip to content

Commit

Permalink
add to test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 4, 2023
1 parent 808482e commit 14f6b06
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
extra-packages: any::covr
needs: coverage

- name: Manually install dev versions of StanHeaders and rstan
run: |
install.packages("devtools")
devtools::install_github("stan-dev/rstan/StanHeaders@develop")
devtools::install_github("stan-dev/rstan/rstan/rstan@develop")
shell: Rscript {0}

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

0 comments on commit 14f6b06

Please sign in to comment.