bashtage / randomgen

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

TST: Add more corner case coverage and remove unreachable #390

Closed bashtage closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 95.74468% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.67%. Comparing base (aeae819) to head (8805fa5). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
randomgen/tests/test_direct.py 90.90% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #390 +/- ## ========================================== + Coverage 98.39% 98.67% +0.27% ========================================== Files 56 56 Lines 8643 8653 +10 Branches 642 653 +11 ========================================== + Hits 8504 8538 +34 + Misses 111 89 -22 + Partials 28 26 -2 ```

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