From de114b5801a1a2e02469d21c1a6986d3c41f2f13 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Mon, 30 Jun 2025 12:14:57 +0200 Subject: [PATCH 1/2] fix codecov badge in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84eba2930b..174b912156 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [1]: https://github.com/wasmi-labs/wasmi/actions/workflows/rust.yml/badge.svg [2]: https://github.com/wasmi-labs/wasmi/actions?query=workflow%3A%22Rust+-+Continuous+Integration%22+branch%3Amaster -[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/master/graph/badge.svg -[4]: https://codecov.io/gh/wasmi-labs/wasmi/branch/master +[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main/graph/badge.svg +[4]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main [5]: https://docs.rs/wasmi/badge.svg [6]: https://docs.rs/wasmi [7]: https://img.shields.io/crates/v/wasmi.svg From ba099335410eceb5d7e55ecc1db9a003b3a53933 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Mon, 30 Jun 2025 12:38:14 +0200 Subject: [PATCH 2/2] fix and shorten badge links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 174b912156..bead680484 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ | [![ci][1]][2] | [![codecov][3]][4] | [![docs][5]][6] | [![crates][7]][8] | [1]: https://github.com/wasmi-labs/wasmi/actions/workflows/rust.yml/badge.svg -[2]: https://github.com/wasmi-labs/wasmi/actions?query=workflow%3A%22Rust+-+Continuous+Integration%22+branch%3Amaster -[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main/graph/badge.svg +[2]: https://github.com/wasmi-labs/wasmi/actions/workflows/rust.yml +[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main/badge.svg [4]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main [5]: https://docs.rs/wasmi/badge.svg [6]: https://docs.rs/wasmi