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 sharable testimonials endpoints #1162

Closed abdullai-t closed 2 months ago

abdullai-t commented 2 months ago

Summary / Highlights

This PR contains:

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 2 months ago

Codecov Report

Attention: Patch coverage is 74.09091% with 114 lines in your changes missing coverage. Please review.

Project coverage is 56.67%. Comparing base (78b333e) to head (11b1ed7). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/api/store/testimonial.py 64.88% 46 Missing :warning:
...rc/task_queue/nudges/testimonial_approval_nudge.py 27.77% 39 Missing :warning:
src/api/store/event.py 0.00% 12 Missing :warning:
src/task_queue/helpers.py 22.22% 7 Missing :warning:
src/database/models.py 78.26% 5 Missing :warning:
src/api/handlers/testimonial.py 91.17% 3 Missing :warning:
src/api/services/testimonial.py 81.81% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1162 +/- ## ========================================== + Coverage 56.45% 56.67% +0.22% ========================================== Files 470 473 +3 Lines 34433 34834 +401 ========================================== + Hits 19439 19743 +304 - Misses 14994 15091 +97 ```

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