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 campaign media support #1173

Closed abdullai-t closed 1 month ago

abdullai-t commented 1 month ago

Summary / Highlights

This pull request adds the following:

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 1 month ago

Codecov Report

Attention: Patch coverage is 26.51515% with 97 lines in your changes missing coverage. Please review.

Project coverage is 56.86%. Comparing base (a9432d9) to head (d01d86b).

Files with missing lines Patch % Lines
src/api/store/campaign.py 5.88% 48 Missing :warning:
src/api/handlers/campaign.py 20.93% 34 Missing :warning:
src/api/services/campaign.py 20.00% 12 Missing :warning:
src/apps__campaigns/models.py 76.92% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1173 +/- ## ========================================== - Coverage 56.96% 56.86% -0.10% ========================================== Files 477 479 +2 Lines 35258 35390 +132 ========================================== + Hits 20085 20125 +40 - Misses 15173 15265 +92 ```

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