caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
802 stars 185 forks source link

test code coverage #43

Closed carocad closed 7 years ago

carocad commented 9 years ago

Hey Xiaming Could it be possible for you to enable the use of code coverage for the library with Coveralls? I don't know if you know it, but with it you can check how much of your code is being covered with your tests.

It is for free for open source projects and you can use your github account to use it.

Check it here: https://coveralls.io/

Cheers

caesar0301 commented 9 years ago

Thanks for you advice. I heard about that testing service before. I did not use that because treelib was a small module. But I think its a good way to cooperating with community and I will give it a try later.

Thanks. :)