tpvasconcelos / ridgeplot

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

Move _extra_ modules to `extras/` and move `_testing.py` to this directory #161

Closed tpvasconcelos closed 9 months ago

tpvasconcelos commented 9 months ago

Solves #160

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4ef158d) 65.53% compared to head (780241c) 64.02%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ========================================== - Coverage 65.53% 64.02% -1.52% ========================================== Files 11 10 -1 Lines 412 378 -34 Branches 67 65 -2 ========================================== - Hits 270 242 -28 + Misses 136 131 -5 + Partials 6 5 -1 ``` | [Flag](https://app.codecov.io/gh/tpvasconcelos/ridgeplot/pull/161/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tomas+Pereira+de+Vasconcelos) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/tpvasconcelos/ridgeplot/pull/161/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tomas+Pereira+de+Vasconcelos) | `64.02% <100.00%> (-1.52%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tomas+Pereira+de+Vasconcelos#carryforward-flags-in-the-pull-request-comment) to find out more.

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

tpvasconcelos commented 9 months ago

This closes #160