circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

Coverage Reports #20

Closed matthias-k closed 9 years ago

matthias-k commented 9 years ago

Hi,

I set up coveralls.io for use with travis in pycircstat. If everything works fine, than this pull request should not only run the tests but also report coverage results, i.e. report which parts of the code are still untested and wheter new parts without tests were added.

Let's see whether it works...

Matthias

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling c9274249a1504680405fa59050251ab404c5672b on matthias-k:master into \ on circstat:master**.

matthias-k commented 9 years ago

It seems to work. After this pull request has been merged, future pull request will report not only coverage percentages, but also how coverage changed. You can see detailed coverage results by clicking on the 'coverage'-button in the comment above by coveralls.

fabiansinz commented 9 years ago

Cool! Thanks!