From 7994f2d2ba95cb687e4a45784fa1189576a5de2a Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:12:58 +0200 Subject: [PATCH] Fix codecov badge (#403) * Fix codecov badge * Update README.md * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f59dafd9..2cffdcde0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Documentation stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliagraphs.org/Graphs.jl/stable/) [![Documentation dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/Graphs.jl/dev/) [![Build status](https://github.com/JuliaGraphs/Graphs.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/JuliaGraphs/Graphs.jl/actions/workflows/ci.yml?query=branch%3Amaster) -[![Code coverage](http://codecov.io/github/JuliaGraphs/Graphs.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/Graphs.jl?branch=master) +[![Code coverage](https://codecov.io/github/JuliaGraphs/Graphs.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaGraphs/Graphs.jl?branch=master) [![Code style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)