trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
639 stars 71 forks source link

V0.3.2 into master #13

Closed trevismd closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 (1be4cfd) into master (7c7f27a) will increase coverage by 2.26%. The diff coverage is 74.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   58.88%   61.15%   +2.26%     
==========================================
  Files          16       17       +1     
  Lines         827      852      +25     
==========================================
+ Hits          487      521      +34     
+ Misses        340      331       -9     
Impacted Files Coverage Δ
statannotations/statannotations.py 15.05% <0.00%> (+1.96%) :arrow_up:
statannotations/stats/ComparisonsCorrection.py 88.57% <0.00%> (-0.17%) :arrow_down:
statannotations/stats/StatTest.py 64.70% <66.66%> (+0.12%) :arrow_up:
statannotations/__init__.py 100.00% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/stats/tests.py 36.36% <100.00%> (ø)
tests/test_add_statannotations.py 100.00% <100.00%> (ø)
tests/test_format_annotations.py 100.00% <100.00%> (ø)
tests/test_stattest.py 100.00% <100.00%> (ø)
... and 2 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 7c7f27a...1be4cfd. Read the comment docs.