(keys?: string[])
| 123 | } |
| 124 | |
| 125 | getTestModules(keys?: string[]): TestModule[] { |
| 126 | return this.getFiles(keys).map(file => this.getReportedEntity(file) as TestModule) |
| 127 | } |
| 128 | |
| 129 | getFilepaths(): string[] { |
| 130 | return Array.from(this.filesMap.keys()) |
no test coverage detected