Closed kaitejohnson closed 4 months ago
We want to set up CI s.t. all functions tests pass before merging to main. We have some of this already set up from the https://github.com/CDCgov/wastewater-informed-covid-forecasting/tree/prod so we will rely on that infrastructure to set this up.
testing.yaml
testthat()
this is done with R-cmd-check.yaml
R-cmd-check.yaml
Goal
We want to set up CI s.t. all functions tests pass before merging to main. We have some of this already set up from the https://github.com/CDCgov/wastewater-informed-covid-forecasting/tree/prod so we will rely on that infrastructure to set this up.
Requirements
testing.yaml
that usestestthat()
in github actions to check the package functions