pyOpenSci / pyosMeta

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

Refactor cleaning utility input names to be consistent and update docstrings #126

Closed willingc closed 6 months ago

willingc commented 6 months ago

This PR improves the naming of function inputs for cleaning utilities by making the inputs and docstrings more generic.

Since all functions are used, this PR also removes the TODO in the module docstring.

This should help future contributors.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 47.56%. Comparing base (1d3396c) to head (56956b6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ======================================= Coverage 47.56% 47.56% ======================================= Files 7 7 Lines 473 473 Branches 74 74 ======================================= Hits 225 225 Misses 244 244 Partials 4 4 ```

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