Skip to content

docs: Update CLAUDE.md test coverage threshold from 80% to 85% #367

@claude

Description

@claude

Summary

CLAUDE.md states "80% coverage required" but the actual coverage threshold in jest.config.js is 85%.

Current State

CLAUDE.md (line 15):

pnpm test                         # All tests (80% coverage required)

jest.config.js:

coverageThreshold: {
  global: {
    statements: 85,
    branches: 83,
    functions: 85,
    lines: 85,
  },
},

Proposed Fix

Update CLAUDE.md to reflect the actual 85% coverage threshold:

pnpm test                         # All tests (85% coverage required)

Related Issues


Identified in: Daily Codebase Review - 2026-02-04

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions