sensein / senselab

senselab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
http://sensein.group/senselab/
Apache License 2.0
10 stars 3 forks source link

GitHub wf on self-hosted runner #163

Closed fabiocat93 closed 2 months ago

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 45.21385% with 269 lines in your changes missing coverage. Please review.

Project coverage is 67.43%. Comparing base (1de846f) to head (a8aa72b). Report is 66 commits behind head on main.

Files with missing lines Patch % Lines
src/tests/audio/tasks/speaker_embeddings_test.py 36.98% 46 Missing :warning:
src/tests/audio/tasks/voice_cloning_test.py 37.09% 39 Missing :warning:
src/tests/audio/tasks/speech_enhancement_test.py 52.23% 32 Missing :warning:
src/tests/audio/tasks/forced_alignment_test.py 25.00% 30 Missing :warning:
src/tests/audio/tasks/text_to_speech_test.py 50.81% 30 Missing :warning:
src/tests/audio/tasks/speech_to_text_test.py 58.33% 20 Missing :warning:
src/tests/audio/tasks/features_extraction_test.py 36.00% 16 Missing :warning:
src/tests/audio/tasks/speaker_diarization_test.py 60.00% 14 Missing :warning:
src/tests/audio/tasks/classification_test.py 25.00% 12 Missing :warning:
src/tests/text/tasks/embeddings_extraction_test.py 60.00% 10 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== + Coverage 59.33% 67.43% +8.10% ========================================== Files 83 95 +12 Lines 2850 3194 +344 ========================================== + Hits 1691 2154 +463 + Misses 1159 1040 -119 ```

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

fabiocat93 commented 2 months ago

Changes:

fabiocat93 commented 2 months ago

@hvgazula fyi, all set with the self-hosted runner implementation. Thank you again so much for the tutorial and all the brainstorming!!!

hvgazula commented 2 months ago

btw, what was the solution for the path-related issue you reached out to me about?

fabiocat93 commented 2 months ago

btw, what was the solution for the path-related issue you reached out to me about?

inspired by your recommendation, I copied the workspace folder to a different volume and exported a couple of env variables for pytest and poetry

hvgazula commented 2 months ago

I see. 👍