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

Commit 4a2a93a

Browse files
committed
missing log
1 parent 54399ac commit 4a2a93a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ object CodacyCoveragePlugin extends AutoPlugin {
5454
val codacyClient = new CodacyClient(getApiBaseUrl(codacyApiBaseUrl), Some(projectToken))
5555
val coverageServices = new CoverageServices(codacyClient)
5656

57+
logger.info(s"Uploading coverage data...")
58+
5759
coverageServices.sendReport(commitUUID, report) match {
5860
case requestResponse if requestResponse.hasError =>
5961
logger.error(s"Failed to upload data. Reason: ${requestResponse.message}")

0 commit comments

Comments
 (0)