PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Implement coverage badge #107

Closed peerchemist closed 6 years ago

peerchemist commented 6 years ago

https://github.com/dbrgn/coverage-badge

belovachap commented 6 years ago

I've heard that Coveralls is pretty popular https://coveralls.io/ I also ran into this other hosted coverage service: https://codecov.io/

peerchemist commented 6 years ago

So how do we do it?

belovachap commented 6 years ago

I'll try to get coveralls running today just to see, but I believe we add an additional step to our Travis CI build script that runs the coverage tool and then pushes the results to coveralls.io (they take care of hosting the cute button). I'm assuming I'll need you (@peerchemist) to login to their website and "enable" something but I'll ping you once I get that far :)