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

Add ability to abort jobs #47

Closed JulianFP closed 4 hours ago

JulianFP commented 1 day ago

This PR finally adds the ability to abort running jobs

Partially implements #8

codecov[bot] commented 1 day ago

Codecov Report

Attention: Patch coverage is 91.66667% with 9 lines in your changes missing coverage. Please review.

Project coverage is 85.39%. Comparing base (e3e3766) to head (8e23a06). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
project_W/runner_manager.py 61.11% 7 Missing :warning:
project_W/utils.py 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 84.12% 85.39% +1.26% ========================================== Files 12 12 Lines 1537 1643 +106 ========================================== + Hits 1293 1403 +110 + Misses 244 240 -4 ```

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