x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Implement Test Coverage Verification in CI/CD #9

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Depends on:

GH-8

Description:

Enhance the CI/CD pipeline to verify test results and coverage. Prevent merging PRs if there are failed tests or insufficient test coverage.

Acceptance Criteria:

  1. Test coverage tool is integrated (v8 if possible).
  2. CI/CD pipeline checks for test coverage thresholds.
  3. PRs are blocked from merging if tests fail or coverage is below a specified threshold.