The-DevOps-Daily/pg-wire-mock

Increase test coverage for low-coverage modules

开放

#114 创建于 2025年10月13日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (15 个派生)github user discovery
good first issuehacktoberfesttest

仓库指标

星标
 (26 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南