h3-py icon indicating copy to clipboard operation
h3-py copied to clipboard

Add Cython code coverage

Open ajfriend opened this issue 6 years ago • 1 comments

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

ajfriend avatar Sep 25 '19 20:09 ajfriend

https://github.com/scikit-build/scikit-build/issues/502

ajfriend avatar Jun 09 '20 21:06 ajfriend