From f31344b200ab2754d0be830f22e2702bdc67732a Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Fri, 12 Sep 2025 04:54:52 +0900 Subject: [PATCH] Display codecov --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef089ef..d28cf72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Distributed +[![codecov](https://codecov.io/gh/JuliaLang/Distributed.jl/graph/badge.svg?token=TzEHMuk1E3)](https://codecov.io/gh/JuliaLang/Distributed.jl) + The `Distributed` package provides functionality for creating and controlling multiple Julia processes remotely, and for performing distributed and parallel computing. It uses network sockets or other supported interfaces to communicate