mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
wip
This commit is contained in:
parent
a3b45a8dbd
commit
297c6fe504
4 changed files with 34 additions and 15 deletions
|
|
@ -19,7 +19,12 @@ export class LocalFileProvider implements InputProvider {
|
|||
}
|
||||
}
|
||||
|
||||
return {[this.name]: result, artifactFilePaths: []}
|
||||
return {
|
||||
artifactFilePaths: [],
|
||||
reports : {
|
||||
[this.name]: result
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
async listTrackedFiles(): Promise<string[]> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue