diff --git a/src/testParser.ts b/src/testParser.ts index 7beea653..7806aa2f 100644 --- a/src/testParser.ts +++ b/src/testParser.ts @@ -405,7 +405,7 @@ export async function parseTestReports( testFilesPrefix = '', transformer: Transformer[] = [], followSymlink = false, - annotationsLimit: number = -1 + annotationsLimit = -1 ): Promise { core.debug(`Process test report for: ${reportPaths} (${checkName})`) const globber = await glob.create(reportPaths, {followSymbolicLinks: followSymlink})