MCPcopy Create free account
hub / github.com/code-pushup/cli / logWarning

Function logWarning

packages/ci/src/lib/log.ts:22–24  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

20 * @param message Log message
21 */
22export function logWarning(message: string): void {
23 log('warn', message);
24}
25
26/**
27 * Logs info message with top-level CI log styles (lines prefixed with logo, ends in empty line).

Callers 4

sanitizeSearchCommitsFunction · 0.85
truncateBodyFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected