Closed Helveg closed 8 months ago
Attention: Patch coverage is 96.87500%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 84.90%. Comparing base (
b9fb55e
) to head (4f9741d
).
Files | Patch % | Lines |
---|---|---|
bsb/config/types.py | 57.14% | 3 Missing :warning: |
bsb/connectivity/strategy.py | 97.77% | 1 Missing :warning: |
tests/test_connectivity.py | 99.07% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The link between a connectivity strategy and the output connectivity sets that it may contribute to can now be determined in a component-based fashion by extending the
ConnectivityStrategy
interface withget_output_names
and a configurableoutput_naming
.closes #823, with slight modifications.
Tasks