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

Feat: Add Supported languages for campaigns #1148

Closed abdullai-t closed 3 months ago

abdullai-t commented 3 months ago

Summary / Highlights

In this Pull Request, I have made the following key changes:

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

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

run make test

Requirements (place an x in each [ ])

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

Codecov Report

Attention: Patch coverage is 22.60870% with 89 lines in your changes missing coverage. Please review.

Project coverage is 55.97%. Comparing base (39ae4e9) to head (b3a8653).

Files Patch % Lines
src/api/store/supported_language.py 8.00% 46 Missing :warning:
src/api/handlers/supported_language.py 13.33% 26 Missing :warning:
src/api/services/supported_language.py 12.50% 14 Missing :warning:
src/database/models.py 75.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1148 +/- ## ========================================== - Coverage 56.09% 55.97% -0.13% ========================================== Files 461 462 +1 Lines 33928 34042 +114 ========================================== + Hits 19032 19055 +23 - Misses 14896 14987 +91 ```

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