Skip to content

fix(pd): change numel function return type from int to size_t to prevent overflow#4924

Merged
njzjz merged 2 commits into
develfrom
copilot/fix-4551
Aug 27, 2025
Merged

fix(pd): change numel function return type from int to size_t to prevent overflow#4924
njzjz merged 2 commits into
develfrom
copilot/fix-4551

fix(pd): change numel function return type from int to size_t to prev…

439192f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2025 in 1s

84.29% (+0.00%) compared to 6349238

View this Pull Request on Codecov

84.29% (+0.00%) compared to 6349238

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.29%. Comparing base (6349238) to head (439192f).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #4924   +/-   ##
=======================================
  Coverage   84.29%   84.29%           
=======================================
  Files         703      703           
  Lines       68728    68728           
  Branches     3573     3572    -1     
=======================================
  Hits        57935    57935           
  Misses       9653     9653           
  Partials     1140     1140           

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