-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update README badges #3597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README badges #3597
Conversation
Refactor the badges to try and make it so there's less to manually maintain when there's a new release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the README badges in the compatibility table to make them more maintainable by using dynamic badges that automatically pull version information from GitHub releases instead of hardcoded version numbers.
- Replaced hardcoded version badges with dynamic GitHub release badges for the latest v9 release
- Updated CI badge to pull version from build configuration files
- Converted static version badges for v8 and v7 to use consistent labeling
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3597 +/- ##
=======================================
Coverage 94.28% 94.28%
=======================================
Files 110 110
Lines 3816 3816
Branches 723 723
=======================================
Hits 3598 3598
Misses 218 218
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Refactor the badges to try and make it so there's less to manually maintain when there's a new release.