rsundqvist / id-translation

Turn meaningless IDs into human-readable labels.
MIT License
0 stars 0 forks source link

Rename params #256

Closed rsundqvist closed 5 months ago

rsundqvist commented 6 months ago

Rename inplace -> copy

Fixes #248

Rename maximal_untranslated_fraction -> max_fails

Fixes #230

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 95.83333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.48%. Comparing base (001eae7) to head (a5420d9). Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
src/id_translation/_tasks/_translate.py 77.77% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #256 +/- ## ========================================== + Coverage 96.45% 96.48% +0.02% ========================================== Files 63 63 Lines 3725 3753 +28 Branches 632 638 +6 ========================================== + Hits 3593 3621 +28 Misses 89 89 Partials 43 43 ```

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

rsundqvist commented 6 months ago

TODO