Use GitHub Actions for CI
Closed this issue · 5 comments
jgabry commented
Implement continuous integration (CI) using GitHub Actions. At a minimum this should include doing the following automatically for the master branch and every time there is a pull request:
- Running R CMD check (i.e. CRAN checks and tests) on both R-release and R-devel and on Windows, Mac, and Linux
- Running test coverage checks and uploading to codecov
mitzimorris commented
@mitzimorris to add codecoverage
repo will need to be public
jgabry commented
Yeah I think we should go ahead and make it public so we can do this (although still not ready to release)
lauken13 commented
Do we want to use rstan or cmdstanr as a backend for brms?
Don't want to set a dependency in the test file (forces a dependency)
jgabry commented
@mitzimorris Can you enable codecov for the repo?
jgabry commented
closing because we have this now