Add an --insecure flag to both the after-build and upload-coverage sub-commands to upload test coverage insecurely (without HTTPS).
This is not recommended for general use. This is intended for use in private environments where the benefits of secure transfer outweigh the operational costs.
Add an
--insecure
flag to both theafter-build
andupload-coverage
sub-commands to upload test coverage insecurely (without HTTPS).This is not recommended for general use. This is intended for use in private environments where the benefits of secure transfer outweigh the operational costs.