eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Make codecov upload optional #36

Closed eibens closed 3 years ago

eibens commented 3 years ago

Maybe the --ci flag could be split into two flags --codecov and --check.

eibens commented 3 years ago

Simpler: keep --ci flag without upload and add --codecov=<secret> for uploading.

eibens commented 3 years ago

Documentation for --codecov flag now exists, implementation is still missing.