chore(release): 2.8.2#874
Merged
Merged
Conversation
Bump version to 2.8.2, fix the Codecov coverage badge (stuck reporting "unknown" because Codecov's project settings still pointed at the retired master branch), fix invalid toctree link syntax in docs/api.rst, and add the 2.8.2 changelog entry.
Reviewer's GuideRelease prep for 2.8.2: version bump, changelog entry, docs link/toctree fixes, and CI/Codecov configuration updates to fully transition from master to main and restore coverage badge behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
brainpy/_version.py)masterbranch after themainrename in Update branch references from master to main #870; addingcodecov.ymlwithcodecov.branch: mainfixes itdocs/api.rst(double backticks → single backtick for thebrainpy.stateexternal link entry)Test plan
brainpy/_version.pyreads2.8.2masterwhilemain's latest processed commit report was missing — root cause of the "unknown" badgeSummary by Sourcery
Prepare the 2.8.2 maintenance release with updated versioning, documentation, and coverage configuration.
Bug Fixes:
docs/api.rsttoctree link syntax for thebrainpy.stateentry so it renders as a working external link.Enhancements:
Build:
brainpy/_version.py.codecov.ymlto pin the default tracked branch tomainand ensure the coverage badge reports correctly.Documentation: