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.
1 parent cfe7697 commit f0adda8Copy full SHA for f0adda8
src/codewhisperer/tracker/codewhispererCodeCoverageTracker.ts
@@ -122,7 +122,7 @@ export class CodeWhispererCodeCoverageTracker {
122
const percentage = Math.round(parseInt(percentCount))
123
const selectedCustomization = getSelectedCustomization()
124
if (this._serviceInvocationCount <= 0) {
125
- getLogger().info(`Skip emiting code contribution metric`)
+ getLogger().debug(`Skip emiting code contribution metric`)
126
return
127
}
128
telemetry.codewhisperer_codePercentage.emit({
0 commit comments