Skip to content

Missing .husky/pre-push hook documented in DEVELOPMENT.md #130

Description

@sophiecarreras

Summary

DEVELOPMENT.md documents a pre-push git hook that runs pnpm test:coverage on every git push. The hook file does not exist — .husky/ contains only pre-commit.

Evidence

  • DEVELOPMENT.md: documents pre-push hook running full test coverage
  • .husky/ on disk: only pre-commit exists, no pre-push

Impact

Contributors who rely on this documented safety net to catch test failures before pushing will not get it. The gap is invisible until someone pushes a breaking change.

Acceptance criteria

  • Either add the missing .husky/pre-push hook, or remove the reference from DEVELOPMENT.md

Filed by Quality Keeper drift-audit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciCI/CD pipeline and automationdocumentationImprovements or additions to documentationtech-debtMaintainability and follow-up cleanuptestingTest coverage and verification gaps

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions