pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 18 forks source link

Fix: rename util modules #123

Closed lwasser closed 7 months ago

lwasser commented 7 months ago

closes #121 Here i moved parse_names to a new utils_parse.py module. i also renamed clean to utils_clean.py. i lead with utils to avoid confusing parse_utils with parse_issues and then the two utils modules sort nicely together in the package

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 46.72%. Comparing base (1619b98) to head (f8f7a22).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ========================================== + Coverage 46.49% 46.72% +0.22% ========================================== Files 6 7 +1 Lines 471 473 +2 Branches 74 74 ========================================== + Hits 219 221 +2 Misses 248 248 Partials 4 4 ```

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