MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / formatPct

Function formatPct

apps/api/scripts/quality/check-coverage.ts:82–82  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

80};
81
82const formatPct = (value: number): string => `${(value * 100).toFixed(2)}%`;
83
84const { combined, exitCode, spawnError } = runCoverage();
85

Callers 1

check-coverage.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected