Update README.md

add codecoverage
This commit is contained in:
Richard Hartmann 2016-09-21 22:19:41 +02:00 committed by GitHub
parent 2c7cd70135
commit a7acc0ac40

View file

@ -1,7 +1,7 @@
# binfootprint
[![Build Status](https://travis-ci.org/cimatosa/binfootprint.svg?branch=master)](https://travis-ci.org/cimatosa/binfootprint)
[![Coverage Status](https://coveralls.io/repos/github/cimatosa/binfootprint/badge.svg?branch=master)](https://coveralls.io/github/cimatosa/binfootprint?branch=master)
Calculate a unique binary representation (binary footprint) for simple data structures
with the intension to use this binary footprint as a loop up key for example in a data base.