diff --git a/src/main.ts b/src/main.ts index 4d916805..48be399e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,7 +31,7 @@ export async function run(): Promise { const runStaticAnalysis: boolean = getBooleanInput("run-static-analysis"); const runCodeFormatting: boolean = getBooleanInput("run-code-formatting"); const runTests: boolean = getBooleanInput("run-tests"); - // const runCoverage: boolean = getBooleanInput('run-coverage'); + // const runCoverage: boolean = getBooleanInput('run-coverage') // const coveragePassScore: string = getInput('coverage-pass-score') // const createComment: boolean = getBooleanInput('create-comment')