Our coverage is below 90%
More testing is needed:
https://gocover.io/github.com/RoaringBitmap/roaring
The URL gives an 404 error.
Looks like gocover.io went under?
https://coveralls.io/ looks like a good alternative, free for open source projects.
I use coveralls.io in other non-Go projects, but I do not know how to use it with Go. Do you?
No, I never used it. I saw another Go project using it: https://coveralls.io/github/go-gorp/gorp
I know that some projects use it, but I tried to follow the fuzzy instructions and it doesn't work. There are some mysterious steps involved. Looks like magic.
https://coveralls.io/github/RoaringBitmap/roaring
I added the coverage badge to the README, the website still does not show content for this project: "There have been no builds for this repo."
@cornelk
I am aware that it does not yet work. I tried something else this morning. Let us see.
Coverage badge should be ok.
Right. So the badge is ok.
Great, I started working on some tests to test the panic edge cases now.