Skip to content

Commit

Permalink
- infered type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored Jul 14, 2023
1 parent bec5826 commit 42bdeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export async function parseTestReports(
testFilesPrefix = '',
transformer: Transformer[] = [],
followSymlink = false,
annotationsLimit: number = -1
annotationsLimit = -1
): Promise<TestResult> {
core.debug(`Process test report for: ${reportPaths} (${checkName})`)
const globber = await glob.create(reportPaths, {followSymbolicLinks: followSymlink})
Expand Down

0 comments on commit 42bdeaa

Please sign in to comment.