From be37bb10a802e917a8621cdf7bf723508eae959a Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 13 Dec 2023 10:11:24 +0100 Subject: [PATCH] docs: add codecov badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6af9a1..649368e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LIBSLOPE +[![codecov](https://codecov.io/gh/jolars/libslope/graph/badge.svg?token=y0mJN9eqYr)](https://codecov.io/gh/jolars/libslope) + This is a C++ library for Sorted L-One Penalized Estimation (SLOPE). Its main purpose is to serve as a backend for R and Python packages, but it can also be used as a standalone library. ## Dependencies