mozilla / mozanalysis

A library for Mozilla experiments analysis
https://mozilla.github.io/mozanalysis/
Mozilla Public License 2.0
9 stars 13 forks source link

remove configloader helper objects #233

Closed jaredsnyder closed 1 month ago

jaredsnyder commented 1 month ago

Fixes #154

Removes deprecated metrics and segments subpackages. Important classes definied in the __init__.py of these were moved to modules.py and segments.py files.

I haven't worked with sphinx much so the main thing I'm worried about is that I broke it by deleting those .rst files

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 83.16%. Comparing base (32737a5) to head (160b39c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 84.54% 83.16% -1.38% ========================================== Files 24 16 -8 Lines 1281 1194 -87 ========================================== - Hits 1083 993 -90 - Misses 198 201 +3 ``` | [Flag](https://app.codecov.io/gh/mozilla/mozanalysis/pull/233/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla) | Coverage Δ | | |---|---|---| | [project](https://app.codecov.io/gh/mozilla/mozanalysis/pull/233/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla) | `83.16% <ø> (-1.38%)` | :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=mozilla#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.