100% Test coverage all (?) distributions#1399
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1399 +/- ##
===========================================
+ Coverage 95.35% 95.46% +0.10%
===========================================
Files 825 825
Lines 68310 68412 +102
===========================================
+ Hits 65139 65308 +169
+ Misses 3171 3104 -67
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@jzmaddock (or @mborland) you had previously mentioned expanding the existing test coverage. Would this PR be helpful for that? I was just going to keep plugging along for every distribution. Most of the missing tests are for edge cases, or returning NaNs. I've also found a couple of boolean operations that weren't correct which I fixed. There have been a couple cases where something like this appeared |
Added tests for the following distributions to get 100% test coverage.
find_alphaandfind_beta, there isn't an upper bound on the mean and variance. However, there should be.Here is the code coverage report for my information.