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

Translation metrics #1157

Closed archx3 closed 3 months ago

archx3 commented 3 months ago

Summary / Highlights

This pull request Introduced functions for logging metrics to Sentry and integrated them into the translation process. This enhances monitoring and reporting of translation activities and performance.

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

Project coverage is 55.78%. Comparing base (5a90b4d) to head (87b05bb). Report is 3 commits behind head on main.

Files Patch % Lines
src/_main_/utils/common.py 50.00% 10 Missing :warning:
...i/tests/unit/utils/test_calc_string_list_length.py 96.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1157 +/- ## ========================================== + Coverage 55.74% 55.78% +0.04% ========================================== Files 461 462 +1 Lines 33891 33952 +61 ========================================== + Hits 18893 18941 +48 - Misses 14998 15011 +13 ```

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