Closed azettl closed 7 years ago
LGTM!
I can see that the added file is the latest https://curl.haxx.se/ca/cacert-2017-06-07.pem, thank you very much.
@azettl Released as version 1.2.0 👍 https://github.com/codacy/php-codacy-coverage/releases/tag/1.2.0
Thanks 👍
On Windows with a Standard XAMPP installation the curl request returns a status of 0.
To fix this problem i added the latest bundle of CA root certificates from https://curl.haxx.se/ via
curl_setopt($curl, CURLOPT_CAINFO, dirname(FILE) . '/cacert.pem');