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

Commit 1a034e6

Browse files
committed
update api url
1 parent 48a635e commit 1a034e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/CodacyCoveragePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object CodacyCoveragePlugin extends AutoPlugin {
3939

4040
override val projectSettings = baseSettings
4141

42-
private val publicApiBaseUrl = "https://www.codacy.com"
42+
private val publicApiBaseUrl = "https://api.codacy.com"
4343

4444
private def codacyCoverageCommand(state: State, rootProjectDir: File, coberturaFile: File, codacyCoverageFile: File,
4545
codacyToken: Option[String], codacyApiBaseUrl: Option[String]): Unit = {

0 commit comments

Comments
 (0)