From 2103509b41894d026ccfd7199510fafe802da8d3 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Wed, 3 Feb 2021 13:57:34 +0100 Subject: [PATCH] Fix link to CI badge (#651) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c06f6e7..9abe8ce95 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ *StatsBase.jl* is a Julia package that provides basic support for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation. - **Build & Testing Status:** - [![Build status](https://github.com/JuliaStats/StatsBase.jl/workflows/CI/badge.svg)]((https://github.com/JuliaStats/StatsBase.jl/actions?query=workflow%3ACI+branch%3Amaster)) + [![Build status](https://github.com/JuliaStats/StatsBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaStats/StatsBase.jl/actions?query=workflow%3ACI+branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/JuliaStats/StatsBase.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaStats/StatsBase.jl?branch=master) [![Coverage Status](http://codecov.io/github/JuliaStats/StatsBase.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaStats/StatsBase.jl?branch=master)