Closed filimarc closed 8 months ago
Attention: Patch coverage is 95.16129%
with 33 lines
in your changes are missing coverage. Please review.
Project coverage is 84.65%. Comparing base (
4fc49a0
) to head (fa3306b
).
Files | Patch % | Lines |
---|---|---|
bsb/services/pool.py | 95.54% | 14 Missing :warning: |
bsb/core.py | 80.43% | 9 Missing :warning: |
bsb/services/_pool_listeners.py | 83.33% | 3 Missing :warning: |
bsb/storage/_files.py | 25.00% | 3 Missing :warning: |
bsb/morphologies/__init__.py | 66.66% | 2 Missing :warning: |
bsb/_options.py | 85.71% | 1 Missing :warning: |
tests/test_jobs.py | 99.60% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We switched from
zwembad
tompipool
and updated the package for more robustness and stability, especially under error conditions.Jobs now contain either a
result
(stored in a temporary directory), or anerror
.List which issues this resolves:
closes #761
Tasks