We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194b838 + 16a577c commit c0fc157Copy full SHA for c0fc157
src/Codacy/Coverage/Util/CodacyApiClient.php
@@ -37,6 +37,7 @@ public function sendCoverage($commit, $data)
37
"project_token: " . $this->projectToken
38
)
39
);
40
+ curl_setopt($curl, CURLOPT_CAINFO, dirname(__FILE__) . '/cacert.pem');
41
curl_setopt($curl, CURLOPT_POST, true);
42
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
43
0 commit comments