| 1 | import { cp } from 'node:fs/promises'; |
| 2 | import path from 'node:path'; |
| 3 | import { type Report, reportSchema } from '@code-pushup/models'; |
| 4 | import { omitVariableReportData } from '@code-pushup/test-fixtures'; |
nothing calls this directly
no test coverage detected