You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): update coverage badge to reflect accurate measurement
Update test coverage badge from red to orange (36.76%) to accurately
reflect current coverage measurement of compiled dist/ JavaScript files.
Coverage measures execution of compiled distribution files rather than
TypeScript sources due to architectural constraints with package.json
exports resolving to dist/. The 36.76% represents actual code coverage
of the library's distributed code.
Total test suite: 5,251 tests passing (5,153 unit + 98 integration)
Type coverage: 97.68%
0 commit comments