| 1 | import { vol } from 'memfs'; |
| 2 | import { uploadReportToPortal } from '@code-pushup/portal-client'; |
| 3 | import { readRcByPath } from '@code-pushup/core'; |
| 4 | import { MINIMAL_REPORT_MOCK } from '@code-pushup/test-fixtures'; |
nothing calls this directly
no test coverage detected