The-DevOps-Daily/pg-wire-mock

Increase test coverage for low-coverage modules

Open

#114 aperta il 13 ott 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (15 fork)github user discovery
good first issuehacktoberfesttest

Metriche repository

Star
 (26 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor