StuMason/coolify-mcp
TypeScript
Pull Request Opened
PR #86 opened: chore: add Codecov Test Analytics
Summary
Adds Codecov Test Analytics to the CI pipeline, enabling:
- Flaky test detection
- Test performance tracking over time
- Test failure insights
Changes
- Added
jest-junitreporter for JUnit XML output - Updated CI workflow with
codecov/test-results-action@v1step - JUnit output saved to
coverage/junit.xml
Note on Bundle Analysis
Issue #84 also mentioned JS Bundle Analysis, but that doesn't apply here since:
- This is a Node.js CLI tool, not a browser bundle
- No webpack/rollup/vite bundler - just TypeScript compiled to JS
Test Plan
-
npm test- 199 tests pass, JUnit XML generated - Verified
coverage/junit.xmlcontains correct test results
Closes #84
Stu Mason + AI [email protected]
+74
additions
-0
deletions
5
files changed