h3-py
h3-py copied to clipboard
Add Cython code coverage
We added code coverage for .py files in #63, but this doesn't cover Cython .pxd or .pyx files. We should get Cython code coverage working.
These might be helpful:
- http://blog.behnel.de/posts/coverage-analysis-for-cython-modules.html
- https://medium.com/@dfdeshom/better-test-coverage-workflow-for-cython-modules-631615eb197a
https://github.com/scikit-build/scikit-build/issues/502