From 06c1412dc961c9f1be028ac3a13b8afeed937f2d Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 18 Oct 2021 08:26:42 +0200 Subject: [PATCH] Update coverage badges to the SciML organization It looks like only Codedov is currently active so I've dropped the Coveralls badge. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abbc10d6..2caba885 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # RecursiveArrayTools.jl [![Build Status](https://github.com/SciML/RecursiveArrayTools.jl/workflows/CI/badge.svg)](https://github.com/SciML/RecursiveArrayTools.jl/actions?query=workflow%3ACI) -[![Coverage Status](https://coveralls.io/repos/ChrisRackauckas/RecursiveArrayTools.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ChrisRackauckas/RecursiveArrayTools.jl?branch=master) -[![codecov.io](http://codecov.io/github/ChrisRackauckas/RecursiveArrayTools.jl/coverage.svg?branch=master)](http://codecov.io/github/ChrisRackauckas/RecursiveArrayTools.jl?branch=master) +[![codecov.io](http://codecov.io/github/SciML/RecursiveArrayTools.jl/coverage.svg?branch=master)](http://codecov.io/github/SciML/RecursiveArrayTools.jl?branch=master) RecursiveArrayTools.jl is a set of tools for dealing with recursive arrays like arrays of arrays. The current functionality includes: