tpvasconcelos / ridgeplot

Beautiful ridgeline plots in Python
https://ridgeplot.readthedocs.io/
MIT License
65 stars 3 forks source link

add tests to example scripts #14

Closed tpvasconcelos closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (a2a83f4) into master (2ca58f6) will increase coverage by 62.20%. The diff coverage is 100.00%.

:exclamation: Current head a2a83f4 differs from pull request most recent head 6fe0c96. Consider uploading reports for the commit 6fe0c96 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           master      #14       +/-   ##
===========================================
+ Coverage   29.77%   91.98%   +62.20%     
===========================================
  Files           7       11        +4     
  Lines         178      212       +34     
===========================================
+ Hits           53      195      +142     
+ Misses        125       17      -108     
Flag Coverage Δ
unittests 91.98% <100.00%> (+62.20%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/unit/test_ridgeplot.py 100.00% <ø> (ø)
examples/readme_probly.py 100.00% <100.00%> (ø)
examples/readme_simple.py 100.00% <100.00%> (ø)
tests/conftest.py 100.00% <100.00%> (ø)
tests/integration/test_examples.py 100.00% <100.00%> (ø)
ridgeplot/_colors.py 85.00% <0.00%> (+47.50%) :arrow_up:
... 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 2ca58f6...6fe0c96. Read the comment docs.