| 1 | import type { Tree } from '@nx/devkit'; |
| 2 | import path from 'node:path'; |
| 3 | import { readProjectConfiguration } from 'nx/src/generators/utils/project-configuration'; |
| 4 | import { generateCodePushupConfig } from '@code-pushup/nx-plugin'; |
nothing calls this directly
no test coverage detected