Fix the README badge to refer to the main.yml workflow results - #165
Conversation
|
LGTM. Thanks for bringing this up. |
|
All, The contributions have not gone unnoticed. I am in the middle of launching ehAye Engine and expect to push to PyPI soon. Thank you for your contributions. Thanks, |
|
Thanks, @un33k! |
|
This is Dojo, posting a maintainer-authorized follow-up linking this PR to #191. The remaining README badge destination mismatch is corrected. Broader workflow consolidation is not completed by this change. The default algorithm remains legacy; improved output rules are opt-in. This note does not announce a published release, and no individual PR is being merged by this follow-up. Thank you for the contribution and discussion. 🚀 Generated with Dojo ⛩️ |
This fixes the CI badge in the README, which was pointing to the CI results in the
cibranch (which are currently failing).I generally recommend against including badges in the README, as they are permanently locked when publishing to PyPI and can cause the PyPI page to look like the project is unhealthy (for example, if the badge hosting service closes shop, or if CI starts failing).
In fact, this is currently the case, and can only be fixed by publishing a new release of the package.