JulianFP / project-W

A self-hostable platform on which users can create transcripts of their audio files (speech-to-text) using Whisper AI
GNU Affero General Public License v3.0
2 stars 0 forks source link

polishes and final additions to user management #5

Closed JulianFP closed 8 months ago

JulianFP commented 8 months ago

This is whats new:

This required the following new dependency:

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 97.79180% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 96.81%. Comparing base (d08a2e2) to head (8cd9ac1). Report is 3 commits behind head on main.

Files Patch % Lines
project_W/model.py 89.23% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ========================================== - Coverage 96.94% 96.81% -0.13% ========================================== Files 10 10 Lines 818 942 +124 ========================================== + Hits 793 912 +119 - Misses 25 30 +5 ```

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

JulianFP commented 8 months ago

This PR should be ready now, sorry. The 7 additional untested lines codecov complains about are the new wrapper that tests if a user is activated. That is not tested yet because it is not in use yet, it is for the /api/jobs routes that are not in this branch