Move test coverage badge to top of README.md.
This commit is contained in:
parent
d043cea490
commit
cf69fbec0a
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,9 @@ btcec
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/conformal/btcec.png?branch=master)]
|
[![Build Status](https://travis-ci.org/conformal/btcec.png?branch=master)]
|
||||||
(https://travis-ci.org/conformal/btcec)
|
(https://travis-ci.org/conformal/btcec) [![Coverage Status]
|
||||||
|
(https://coveralls.io/repos/conformal/btcec/badge.png?branch=master)]
|
||||||
|
(https://coveralls.io/r/conformal/btcec?branch=master)
|
||||||
|
|
||||||
Package btcec implements elliptic curve cryptography needed for working with
|
Package btcec implements elliptic curve cryptography needed for working with
|
||||||
Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
|
Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
|
||||||
|
@ -34,9 +36,7 @@ use secp256k1 elliptic curve cryptography.
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/github.com/conformal/btcec?status.png)]
|
[![GoDoc](https://godoc.org/github.com/conformal/btcec?status.png)]
|
||||||
(http://godoc.org/github.com/conformal/btcec) [![Coverage Status]
|
(http://godoc.org/github.com/conformal/btcec)
|
||||||
(https://coveralls.io/repos/conformal/btcec/badge.png?branch=master)]
|
|
||||||
(https://coveralls.io/r/conformal/btcec?branch=master)
|
|
||||||
|
|
||||||
Full `go doc` style documentation for the project can be viewed online without
|
Full `go doc` style documentation for the project can be viewed online without
|
||||||
installing this package by using the GoDoc site
|
installing this package by using the GoDoc site
|
||||||
|
|
Loading…
Reference in a new issue