Fix: Update and repair broken badges in READMEs#625
Fix: Update and repair broken badges in READMEs#625sazuyakun wants to merge 6 commits intoargmin-rs:mainfrom
Conversation
Updated GitHub Actions badge link and label in README.
Removed duplicate GitHub Actions badge from README.
stefan-k
left a comment
There was a problem hiding this comment.
Excellent, thank you! :) I only have two questions (which are actually the same)
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/python.yml?branch=main&label=argmin CI&style=flat-square" | ||
| <a href="https://github.com/argmin-rs/argmin/actions/workflows/ci.yml"> | ||
| <img | ||
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/ci.yml?branch=main&label=CI&style=flat-square" |
There was a problem hiding this comment.
I believe this should remain python.yml, or am I wrong?
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/python.yml?branch=main&label=argmin CI&style=flat-square" | ||
| <a href="https://github.com/argmin-rs/argmin/actions/workflows/ci.yml"> | ||
| <img | ||
| src="https://img.shields.io/github/actions/workflow/status/argmin-rs/argmin/ci.yml?branch=main&label=CI&style=flat-square" |
There was a problem hiding this comment.
I believe this should remain python.yml, or am I wrong?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #625 +/- ##
==========================================
- Coverage 91.73% 91.72% -0.01%
==========================================
Files 177 177
Lines 20840 20840
==========================================
- Hits 19117 19116 -1
- Misses 1723 1724 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
My bad, I might have forgotten to cross-check it. For the argmin-testfunctions-py/README.md, it will be python.yml |
|
|
||
| [](https://bootstrap-slack.herokuapp.com/) | ||
| [](https://github.com/twbs/bootstrap/actions?query=workflow%3AJS+Tests+branch%3Amain) | ||
| [](https://www.npmjs.com/package/bootstrap) | ||
| [](https://rubygems.org/gems/bootstrap) | ||
| [](https://atmospherejs.com/twbs/bootstrap) | ||
| [](https://packagist.org/packages/twbs/bootstrap) | ||
| [](https://www.nuget.org/packages/bootstrap/absoluteLatest) | ||
| [](https://david-dm.org/twbs/bootstrap?type=peer) | ||
| [](https://david-dm.org/twbs/bootstrap?type=dev) | ||
| [](https://coveralls.io/github/twbs/bootstrap?branch=main) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) | ||
| [](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) | ||
| [](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229) | ||
| [](#backers) |
There was a problem hiding this comment.
This entire file can be left as it was originally, since it is related to the website template and not argmin itself.
There was a problem hiding this comment.
Should i make the changes, to bring back the original links?
Fixes #623
Description
This PR addresses issue #623 by updating and fixing the badges across all relevant README files in the project. The goal is to ensure all badges are rendering correctly and linking to the correct, up-to-date resources. Additionally, some of the outdated links that weren't working are also removed.
Changes Made