Stu Mason
Stu Mason

Activity

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-junit reporter for JUnit XML output
  • Updated CI workflow with codecov/test-results-action@v1 step
  • 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.xml contains correct test results

Closes #84

Stu Mason + AI [email protected]

+74
additions
-0
deletions
5
files changed