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

Introduction of pre-commit, one bug fix and additions to test cases to catch that bug in the future #35

Closed JulianFP closed 2 weeks ago

JulianFP commented 3 weeks ago

this should trigger the first pre-commit run Closes #34

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 90.08264% with 24 lines in your changes missing coverage. Please review.

Project coverage is 84.14%. Comparing base (c19fb26) to head (b8a0272). Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
project_W/app.py 82.14% 10 Missing :warning:
project_W/config.py 33.33% 6 Missing :warning:
project_W/runner_manager.py 70.00% 3 Missing :warning:
project_W/utils.py 62.50% 3 Missing :warning:
project_W/model.py 94.59% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== + Coverage 83.85% 84.14% +0.29% ========================================== Files 12 12 Lines 1505 1533 +28 ========================================== + Hits 1262 1290 +28 Misses 243 243 ```

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