()
| 771 | } |
| 772 | |
| 773 | async function generateTelemetryOutput() { |
| 774 | const files = await glob(path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'src/**/*.ts')); |
| 775 | // Print out the source tree |
| 776 | return generateDocumentation(files); |
| 777 | } |
| 778 | |
| 779 | const promise = generateTelemetryOutput(); |
| 780 | /** |
no test coverage detected