wagtail-localize
wagtail-localize copied to clipboard
Add support for filtering the translation report by status
Adds a new filter for filtering by the status of the translation in the translation report.
Note that the filter will not be consistent with the column for translations with sources that don't have any strings, until #829 is merged. So it will appear to not function correctly for such cases.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.07%. Comparing base (
caf14b8) to head (c7a4241).
Additional details and impacted files
@@ Coverage Diff @@
## main #830 +/- ##
========================================
Coverage 93.07% 93.07%
========================================
Files 47 47
Lines 4144 4146 +2
Branches 704 529 -175
========================================
+ Hits 3857 3859 +2
Misses 173 173
Partials 114 114
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nice one, thanks @alexkiro
My pleasure! Many thanks for looking over my PRs and all your work on this project! :heart: