chore: clean up stale fork references (zwembad mock, Helveg/patch badges)#230
Merged
Conversation
The autodoc_mock_imports lists in both bsb-core and bsb docs configs still referenced zwembad, which was renamed to mpipool. The actual dependency in pool.py and pyproject.toml is mpipool, so the mock should match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The codecov badges in nrn-patch's README and docs index still pointed at the standalone Helveg/patch repo. nrn-patch lives in the dbbs-lab/bsb monorepo now, alongside the build-status badge that already uses it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
==========================================
+ Coverage 81.06% 85.17% +4.10%
==========================================
Files 180 104 -76
Lines 17815 12436 -5379
Branches 2140 1462 -678
==========================================
- Hits 14442 10592 -3850
+ Misses 2821 1508 -1313
+ Partials 552 336 -216 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
drodarie
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resweep of stale references to upstream/predecessor projects.
packages/bsb-core/docs/conf.pyandpackages/bsb/docs/conf.py: replaced"zwembad"inautodoc_mock_importswith"mpipool"(the package was renamed; the actual import inbsb/services/pool.pyand dependency inbsb-core/pyproject.tomlismpipool).libs/nrn-patch/README.mdandlibs/nrn-patch/docs/index.rst: codecov badges still pointed at the standaloneHelveg/patchrepo. Updated todbbs-lab/bsb(the monorepo home; the build-status badges in those files already use it).No code or runtime dependency changes.
Test plan
bsb-core,bsb, andnrn-patchand confirm nozwembad-related warnings appear.dbbs-lab/bsbcodecov page.Generated with Claude Code
📚 Documentation preview 📚: https://bsb-core--230.org.readthedocs.build/en/230/
📚 Documentation preview 📚: https://bsb--230.org.readthedocs.build/en/230/
📚 Documentation preview 📚: https://bsb-arbor--230.org.readthedocs.build/en/230/
📚 Documentation preview 📚: https://nrn-patch--230.org.readthedocs.build/en/230/