Skip to content

Commit

Permalink
Add Codecov badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Nov 29, 2020
1 parent 7ee3b5c commit 99d0e49
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 @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.com/SciML/ArrayInterface.jl.svg?branch=master)](https://travis-ci.com/SciML/ArrayInterface.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/s4vnsj386dyyv655?svg=true)](https://ci.appveyor.com/project/ChrisRackauckas/arrayinterface-jl)
[![codecov](https://codecov.io/gh/SciML/ArrayInterface.jl/branch/master/graph/badge.svg?token=Yfe2Qzk0JI)](https://codecov.io/gh/SciML/ArrayInterface.jl)

Julia has only recently reached v1.0 and the AbstractArray interface is still
quite new. The purpose of this library is to solidify extensions to the current
Expand Down

2 comments on commit 99d0e49

@chriselrod
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Support for dimnames.
  • Introduced basic API for LoopVectorization.jl support.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/25488

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.14.0 -m "<description of version>" 99d0e49e11a9c57ffe64a039fbaee0c4f83fe567
git push origin v2.14.0

Please sign in to comment.