Skip to content

Conversation

@sha1n
Copy link
Owner

@sha1n sha1n commented Jan 28, 2026

Enables collectCoverage in jest.config.ts and updates test imports to point to ../index to ensure tests run against TypeScript source instead of compiled distribution files.

sha1n and others added 2 commits January 28, 2026 22:05
Enables collectCoverage in jest.config.ts and updates test imports to point to ../index to ensure tests run against TypeScript source instead of compiled distribution files.
- Remove jest-coverage-report-action in favor of running jest directly
- Fix collectCoverageFrom to only include index.ts (no lib/ dir exists)
- Add explicit coverageReporters to ensure lcov format is generated
- Specify coverage file path for Codecov action
- Fix actions/checkout version (v6 doesn't exist)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sha1n sha1n marked this pull request as ready for review January 28, 2026 20:25
@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.90%. Comparing base (d0fd3e8) to head (c5b8d1d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #65       +/-   ##
===========================================
+ Coverage        0   96.90%   +96.90%     
===========================================
  Files           0        1        +1     
  Lines           0       97       +97     
  Branches        0       12       +12     
===========================================
+ Hits            0       94       +94     
- Misses          0        3        +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sha1n sha1n merged commit be505ad into master Jan 28, 2026
4 checks passed
@sha1n sha1n deleted the fix/cov branch January 28, 2026 20:26
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