rsundqvist / id-translation

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

Develop #258

Closed rsundqvist closed 5 months ago

rsundqvist commented 5 months ago

Rename inplace -> copy

Old name still works, but is deprecated. Fixes #248

Rename maximal_untranslated_fraction -> max_fails

Old name still works, but is deprecated. Fixes #230

Bugfixes and improvements

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 96.66667% with 4 lines in your changes missing coverage. Please review.

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

Files with missing lines Patch % Lines
src/id_translation/_tasks/_translate.py 93.10% 1 Missing and 1 partial :warning:
src/id_translation/fetching/_sql_fetcher.py 89.47% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #258 +/- ## ========================================== + Coverage 96.45% 96.48% +0.02% ========================================== Files 63 63 Lines 3725 3810 +85 Branches 632 645 +13 ========================================== + Hits 3593 3676 +83 - Misses 89 90 +1 - Partials 43 44 +1 ```

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