Skip to content

Enforced minimum code-coverage thresholds (target 70%) across backendCoverage was previously checked against inconsistent, low limits, with no threshold in the backend config at all. Both Jest configs now enforce 70% on all metrics, backed by a shared gate script that fails the build when coverage drops below the target. Codecov is configured via codecov.yml with upload steps in both workflows, every CI run generates a trend report comparing current coverage to previous runs, and the README now includes coverage badges and docs. Since actual coverage is still well below 70%, the Code Quality workflow will fail by design until more tests are added. - #482

Merged
Nathydre merged 1 commit into
nathydre21:mainfrom
DevScoopee:main
Aug 28, 2026

Conversation

@DevScoopee

Copy link
Copy Markdown
Contributor

Coverage was previously checked against inconsistent, low limits, with no threshold in the backend config at all. Both Jest configs now enforce 70% on all metrics, backed by a shared gate script that fails the build when coverage drops below the target. Codecov is configured via codecov.yml with upload steps in both workflows, every CI run generates a trend report comparing current coverage to previous runs, and the README now includes coverage badges and docs. Since actual coverage is still well below 70%, the Code Quality workflow will fail by design until more tests are added.n CI.

… and frontend, integrated Codecov coverage tracking, added coverage badges, and implemented automated coverage trend reporting in CI.

Coverage was previously checked against inconsistent, low limits, with no threshold in the backend config at all. Both Jest configs now enforce 70% on all metrics, backed by a shared gate script that fails the build when coverage drops below the target. Codecov is configured via codecov.yml with upload steps in both workflows, every CI run generates a trend report comparing current coverage to previous runs, and the README now includes coverage badges and docs. Since actual coverage is still well below 70%, the Code Quality workflow will fail by design until more tests are added.

Closes nathydre21#459
@Nathydre
Nathydre merged commit 4325056 into nathydre21:main Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants