This commit is contained in:
Julian 2022-02-05 03:09:39 +01:00 committed by A. J. Kaptijn
parent a3b45a8dbd
commit 297c6fe504
4 changed files with 34 additions and 15 deletions

View file

@ -19,7 +19,12 @@ export class LocalFileProvider implements InputProvider {
}
}
return {[this.name]: result, artifactFilePaths: []}
return {
artifactFilePaths: [],
reports : {
[this.name]: result
}
}
}
async listTrackedFiles(): Promise<string[]> {