Closed Helveg closed 8 months ago
Attention: Patch coverage is 78.24561%
with 124 lines
in your changes are missing coverage. Please review.
Project coverage is 84.76%. Comparing base (
54ad737
) to head (86c4e71
).
Files | Patch % | Lines |
---|---|---|
bsb/services/_pool_listeners.py | 30.25% | 83 Missing :warning: |
bsb/services/pool.py | 87.36% | 23 Missing :warning: |
bsb/core.py | 87.80% | 10 Missing :warning: |
bsb/postprocessing.py | 83.33% | 4 Missing :warning: |
bsb/__init__.py | 91.30% | 2 Missing :warning: |
bsb/storage/_files.py | 50.00% | 1 Missing :warning: |
tests/test_jobs.py | 99.10% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Describe the work done
We now have a TTY listener, and parallel job pools can schedule and execute jobs concurrently, and can pass along workflow information to the listeners, and post processing hooks are back :)
List which issues this resolves:
closes #806, closes #816, closes #670, closes #819
Tasks