Add all workflow buttons to README#11406
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11406 +/- ##
============================================
- Coverage 17.36% 17.35% -0.01%
+ Complexity 15237 15236 -1
============================================
Files 5888 5888
Lines 525741 525741
Branches 64164 64164
============================================
- Hits 91274 91267 -7
- Misses 424167 424174 +7
Partials 10300 10300
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:
|
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the README documentation by reorganizing and expanding the workflow status badges. The change improves the visibility of CI/CD pipeline statuses by separating badges onto individual lines and adding missing workflow badges.
Key changes:
- Reorganizes existing badges from a single long line to multiple lines for better readability
- Adds new workflow badges for Docker CloudStack Simulator, Linter, and Merge Conflict Checker
- Updates the linter workflow name from "Lint" to "pre-commit"
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Reformats and expands workflow status badges with better organization and additional coverage |
| .github/workflows/linter.yml | Updates workflow name to match the badge reference in README |
DaanHoogland
left a comment
There was a problem hiding this comment.
lgtm, just a question and a remark
| # under the License. | ||
|
|
||
| name: Lint | ||
| name: pre-commit |
There was a problem hiding this comment.
what is the significance of this change?
There was a problem hiding this comment.
It should change the button in the README to pre-commit: passing instead of lint: passing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
https://github.com/jbampton/cloudstack/blob/00c9fcea78b1786702c1ce8d4af942d4839a4e30/README.md
How did you try to break this feature and the system with this change?