Skip to content

Commit 04a7dce

Browse files
committed
fix build error
1 parent 72a6a84 commit 04a7dce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererCodeCoverageTracker.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ abstract class CodeWhispererCodeCoverageTracker(
253253
customizationArn,
254254
acceptedCharsCount,
255255
totalCharsCount,
256-
unmodifiedAcceptedCharsCount
256+
unmodifiedAcceptedCharsCount,
257+
0,
258+
0
257259
)
258260
LOG.debug { "Successfully sent code percentage telemetry. RequestId: ${response.responseMetadata().requestId()}" }
259261
} catch (e: Exception) {

0 commit comments

Comments
 (0)