Skip to content

Commit 9b50829

Browse files
committed
Add badges to README
1 parent 10bdfa9 commit 9b50829

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ndarray-stats
22

3+
[![Build status](https://travis-ci.org/jturner314/ndarray-stats.svg?branch=master)](https://travis-ci.org/jturner314/ndarray-stats)
4+
[![Coverage](https://codecov.io/gh/jturner314/ndarray-stats/branch/master/graph/badge.svg)](https://codecov.io/gh/jturner314/ndarray-stats)
5+
36
This crate provides statistical methods for [`ndarray`]'s `ArrayBase` type.
47

58
[`ndarray`]: https://github.com/bluss/ndarray

0 commit comments

Comments
 (0)