MCPcopy Index your code
hub / github.com/code-pushup/cli / getRunnerOutputsPath

Function getRunnerOutputsPath

packages/core/src/lib/implementation/runner.ts:113–115  ·  view source on GitHub ↗
(pluginSlug: string, outputDir: string)

Source from the content-addressed store, hash-verified

111}
112
113export function getRunnerOutputsPath(pluginSlug: string, outputDir: string) {
114 return path.join(outputDir, pluginSlug, 'runner-output.json');
115}
116
117/**
118 * Save audit outputs to a file to be able to cache the results

Callers 5

runner.int.test.tsFile · 0.85
writeRunnerResultsFunction · 0.85
readRunnerResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected