Closed eibens closed 3 years ago
Maybe the --ci flag could be split into two flags --codecov and --check.
--ci
--codecov
--check
Simpler: keep --ci flag without upload and add --codecov=<secret> for uploading.
--codecov=<secret>
Documentation for --codecov flag now exists, implementation is still missing.
Maybe the
--ci
flag could be split into two flags--codecov
and--check
.