Skip to content

Commit 41ff917

Browse files
authored
Merge pull request #182 from tynes/coverage
readme: add code coverage
2 parents 4a0ce94 + 8ce5a7b commit 41ff917

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

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

3+
[![Build Status][circleci-status-img]][circleci-status-url]
4+
[![Coverage Status][coverage-status-img]][coverage-status-url]
5+
36
**HSD** is an implementation of the [Handshake][handshake] Protocol.
47

58
## Install
@@ -383,3 +386,7 @@ See LICENSE for more info.
383386
[unbound]: https://www.nlnetlabs.nl/projects/unbound/download/
384387
[hnsd]: https://github.com/handshake-org/hnsd
385388
[airdrop]: https://github.com/handshake-org/hs-airdrop
389+
[coverage-status-img]: https://codecov.io/gh/handshake-org/hsd/badge.svg?branch=master
390+
[coverage-status-url]: https://codecov.io/gh/handshake-org/hsd?branch=master
391+
[circleci-status-img]: https://circleci.com/gh/handshake-org/hsd/tree/master.svg?style=shield
392+
[circleci-status-url]: https://circleci.com/gh/handshake-org/hsd/tree/master

0 commit comments

Comments
 (0)