bashtage / randomgen

Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
Other
112 stars 25 forks source link

TST: Add tests to cover discrete broadcasting #387

Closed bashtage closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 98.52941% with 3 lines in your changes missing coverage. Please review.

Project coverage is 96.04%. Comparing base (b7a6d9a) to head (b8545bf).

Files with missing lines Patch % Lines
randomgen/squares.pyx 71.42% 2 Missing :warning:
randomgen/wrapper.pyx 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #387 +/- ## ========================================== + Coverage 95.44% 96.04% +0.60% ========================================== Files 56 56 Lines 8605 8520 -85 Branches 582 594 +12 ========================================== - Hits 8213 8183 -30 + Misses 364 309 -55 Partials 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.