massenergize / api

Backend Code for Massenergize Portal. This provides the API to the backend database, and is shared by the various front-end portal projects.
MIT License
5 stars 9 forks source link

Fix: Translation filter by endpoint #1154

Closed abdullai-t closed 3 months ago

abdullai-t commented 3 months ago

Summary / Highlights

This PR fixes the custom translation filters in the endpoint, ensuring accurate and consistent filtering of translations.

Details (Give details about what this PR accomplishes, include any screenshots etc)

Testing Steps (Provide details on how your changes can be tested)

Requirements (place an x in each [ ])

Transparency (Project board)
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 55.74%. Comparing base (830c82f) to head (ff8a5de). Report is 2 commits behind head on main.

Files Patch % Lines
src/api/middlewares/translation_middleware.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1154 +/- ## ========================================== - Coverage 55.75% 55.74% -0.01% ========================================== Files 461 461 Lines 33883 33886 +3 ========================================== Hits 18890 18890 - Misses 14993 14996 +3 ```

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