aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

make coveralls test-coverage work #46

Open aewallin opened 5 years ago

aewallin commented 5 years ago

Currently travis is not interacting with coveralls in the right way, since coveralls shows zero coverage. Maybe the tests are not run with a debug-build?