Matt52 / bayesian-testing

Bayesian A/B testing
MIT License
72 stars 9 forks source link

update repo to fix coverage #6

Closed Matt52 closed 2 years ago

Matt52 commented 2 years ago

Codecov Report

Merging #6 (f9ffb6c) into main (a239b43) will increase coverage by 0.13%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   95.34%   95.48%   +0.13%     
==========================================
  Files          14       17       +3     
  Lines         387      531     +144     
==========================================
+ Hits          369      507     +138     
- Misses         18       24       +6     
Impacted Files Coverage Δ
bayes_ab_test/experiments/binary.py 87.32% <0.00%> (ø)
tests/test_binary.py 100.00% <ø> (ø)
bayes_ab_test/experiments/delta_lognormal.py 91.00% <42.85%> (ø)
bayes_ab_test/experiments/normal.py 92.20% <92.20%> (ø)
bayes_ab_test/experiments/__init__.py 100.00% <100.00%> (ø)
bayes_ab_test/metrics/__init__.py 100.00% <100.00%> (ø)
bayes_ab_test/metrics/pbbs.py 100.00% <100.00%> (ø)
bayes_ab_test/metrics/posteriors.py 100.00% <100.00%> (ø)
bayes_ab_test/utilities/logging.py 100.00% <100.00%> (ø)
tests/test_delta_lognormal.py 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a239b43...f9ffb6c. Read the comment docs.