ssbc / ssb-ebt

secure scuttlebutt replication with epidemic-broadcast-trees
MIT License
18 stars 10 forks source link

use nyc test coverage #19

Closed dominictarr closed 5 years ago

dominictarr commented 5 years ago

I added a test coverage script. I think it's important not to take coverage too seriously. but it's very interesting to know that something doesn't have coverage.

I had previously tried istanbul, but was blocked because it only worked when all the tests were in one node process.

I also figured out the config so that I can include coverage for key deps - in this case epidemic-broadcast-trees. of course, this has it's own tests, too. so anyway, this shows which ebt features we are actually using.