MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
81 stars 26 forks source link

Add more direct support for codecov #116

Open MarkEdmondson1234 opened 3 years ago

MarkEdmondson1234 commented 3 years ago

I didn't realise the commits were riding on the back of travis, to support codecov directly need to add it to the covr package

Trying out covr fork: https://github.com/MarkEdmondson1234/covr/commit/77faa5b0ab82b8e10768665a97d0f1f6aef1980d

Commit making changes here: https://github.com/MarkEdmondson1234/googleCloudRunner/commit/8b88042ac717afe7af759a3591c645b666c048f2

MarkEdmondson1234 commented 3 years ago

The docker image now loads my fork of covr with support for the environment arguments https://github.com/r-lib/covr/pull/469