The-DevOps-Daily/pg-wire-mock

Increase test coverage for low-coverage modules

オープン

#114 opened on 2025/10/13

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (15 件のフォーク)github user discovery
good first issuehacktoberfesttest

Repository metrics

Stars
 (26 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Goal: Improve test coverage for modules currently under 50% coverage.

Priority modules:

  • syntaxChecker.js (0% coverage)
  • connectionPool.js (~37% coverage)
  • connectionState.js (~41% coverage)
  • logger.js (~39% coverage)

Tasks:

  • Add unit tests for untested functions
  • Create integration tests for complex workflows
  • Mock external dependencies properly
  • Ensure edge cases are covered

コントリビューターガイド