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 8 forks source link

feat: Implemented an endpoint for retrieving all languages #1097

Closed abdullai-t closed 2 months ago

abdullai-t commented 3 months ago

Summary / Highlights

This pull request introduces the following changes:

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 92.40506% with 6 lines in your changes missing coverage. Please review.

Project coverage is 54.82%. Comparing base (3fdf545) to head (bfa74ae). Report is 15 commits behind head on site-translation.

Files Patch % Lines
src/api/store/translation.py 75.00% 3 Missing :warning:
src/api/handlers/translation.py 91.30% 2 Missing :warning:
src/api/services/translation.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## site-translation #1097 +/- ## ==================================================== + Coverage 54.75% 54.82% +0.07% ==================================================== Files 433 437 +4 Lines 32255 32334 +79 ==================================================== + Hits 17660 17728 +68 - Misses 14595 14606 +11 ```

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