UNPKG

@code-pushup/coverage-plugin

Version:
6 lines 292 B
import process from 'node:process'; import { Parser } from 'yargs/helpers'; import { executeRunner } from './lib/runner/index.js'; const { runnerConfigPath, runnerOutputPath } = Parser(process.argv); await executeRunner({ runnerConfigPath, runnerOutputPath }); //# sourceMappingURL=bin.js.map