epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Add oldrel R CMD check #467

Closed Bisaloo closed 2 years ago

Bisaloo commented 2 years ago

There is a gap in our coverage where we jump directly from oldrel-1 to release.

This is also a problem because oldrel is defined as a required test to merge PRs. Since this test doesn't exist, PRs never reach the stage where they can be merged (excepted if an admin bypasses the test requirements).

github-actions[bot] commented 2 years ago

👋 Thanks for opening this pull request! Can you please run through the following checklist before requesting review (ticking as complete or if not relevant).

Thank you again for the contribution. If making large scale changes consider using our pre-commit hooks (see the contributing guide) to more easily comply with our guidelines.

Bisaloo commented 2 years ago

Additionally, the required tests use ubuntu-20.04 when the new tests use ubuntu-latest.