| 24 | } |
| 25 | |
| 26 | export interface CoverageMap { |
| 27 | [key: string]: CoverageEntry |
| 28 | } |
| 29 | |
| 30 | export function readNycOptions(workingDirectory: string): NycOptions { |
| 31 | const pkgFilename = join(workingDirectory, 'package.json') |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…