ropensci / ruODK

ruODK: An R Client for the ODK Central API
https://docs.ropensci.org/ruODK/
GNU General Public License v3.0
42 stars 13 forks source link

Re-enable CI #151

Closed florianm closed 7 months ago

florianm commented 7 months ago

Problem

CI skips testthat because it can't find the environment variable "ODKC_TEST_URL" which is configured as environment secret and the environment is referenced from the workflow.

ruODK function(s) used

Unexpected behaviour

Reproducible example

# insert reprex here
Session Info ODK Central version: ```{r} # utils::sessionInfo() ```
florianm commented 7 months ago

Closing as implemented.

The ruODK repo now has secrets for environment "ci" plus the same secrets again as repository secrets. The GH actions workflows reference each required variable explicitly. Task for a slow day: figure out which set of secrets is actually used and delete the other set.

Working: CI, test coverage, codecov.