Skip to content

Commit

Permalink
Add CodeCov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 22, 2024
1 parent db442ba commit 4c5f30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c5f30d

Please sign in to comment.