From 49587d297acfd7e38191767038b511f368799df0 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sat, 9 Nov 2024 09:15:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db53714..c66a3bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FunctionWrappers.jl: Type stable and efficient wrapper of arbitrary functions [![Build Status](https://github.com/yuyichao/FunctionWrappers.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/FunctionWrappers.jl/actions) -[![codecov.io]([![codecov](https://codecov.io/gh/JuliaLang/FunctionWrappers.jl/graph/badge.svg?token=aws4t0lJ1E)](https://codecov.io/gh/JuliaLang/FunctionWrappers.jl))](http://codecov.io/github/JuliaLang/FunctionWrappers.jl?branch=master) +[![codecov](https://codecov.io/gh/JuliaLang/FunctionWrappers.jl/graph/badge.svg?token=aws4t0lJ1E)](https://codecov.io/gh/JuliaLang/FunctionWrappers.jl) Proof of principle implementation of [JuliaLang/julia#13984](https://github.com/JuliaLang/julia/issues/13984).