Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
const
formatPct = (value: number): string => `${(value * 100).toFixed(2)}%`;
83
84
const
{ combined, exitCode, spawnError } = runCoverage();
85
Callers
1
check-coverage.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected