From 4c5f30d3a556cadce90832322611916bf1fdad0c Mon Sep 17 00:00:00 2001 From: Jakob Nybo Nissen Date: Sat, 22 Jun 2024 12:33:31 +0200 Subject: [PATCH] Add CodeCov badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4abf6b5..eaf579e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Latest Release](https://img.shields.io/github/release/BioJulia/MemViews.jl.svg)](https://github.com/BioJulia/MemViews.jl/releases/latest) [![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/BioJulia/MemViews.jl/blob/master/LICENSE) [![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://biojulia.github.io/MemViews.jl/dev) +[![](https://codecov.io/gh/BioJulia/MemViews.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/MemViews.jl) This package implements `MemView`, a simple, low-level view into a chunk of `Memory`, as well as the `MemKind` trait to guide dispatch of generic methods to memory views. It is intended to be used as a foundational base for other packages.