From c525a86303f865f87658345e1762cf19cd0cab3a Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:31:13 +0100 Subject: [PATCH] Fix code coverage badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9f46b..c15b78d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagraphs.org/MetaGraphs.jl/) [![Dev docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/MetaGraphs.jl/dev/) [![Build status](https://github.com/JuliaGraphs/Metagraphs.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/JuliaGraphs/Metagraphs.jl/actions/workflows/ci.yml?query=branch%3Amaster) -[![Codecov](http://codecov.io/github/JuliaGraphs/Metagraphs.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/Metagraphs.jl?branch=master) +[![CodeCov](https://codecov.io/gh/JuliaGraphs/Metagraphs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGraphs/Metagraphs.jl) + A flexible package for graphs with arbitrary metadata.