Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nmatpt committed Aug 25, 2015
1 parent 7d6c7dd commit 81a11fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codacy/Coverage/Util/CodacyApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function __construct($baseUrl, $projectToken)
*/
public function sendCoverage($commit, $data)
{
$url = $this->baseUrl . "/api/2.0/coverage/" . $commit . "/php";
$url = $this->baseUrl . "/2.0/coverage/" . $commit . "/php";

$curl = curl_init($url);
curl_setopt($curl, CURLOPT_HEADER, false);
Expand Down

0 comments on commit 81a11fa

Please sign in to comment.