Skip to content

test: simplify number module tests

2311597
Select commit
Loading
Failed to load commit list.
Merged

feat(number): add distributor functions #3375

test: simplify number module tests
2311597
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2026 in 0s

98.90% (target 95.00%)

View this Pull Request on Codecov

98.90% (target 95.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.90%. Comparing base (bbabc4b) to head (2311597).

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3375      +/-   ##
==========================================
+ Coverage   98.83%   98.90%   +0.06%     
==========================================
  Files         894      896       +2     
  Lines        3086     3100      +14     
  Branches      548      556       +8     
==========================================
+ Hits         3050     3066      +16     
+ Misses         32       30       -2     
  Partials        4        4              
Files with missing lines Coverage Δ
src/distributors/exponential.ts 100.00% <100.00%> (ø)
src/distributors/uniform.ts 100.00% <100.00%> (ø)
src/modules/number/index.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 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.