You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes for Cython.Coverage to work with scikit-build
When cython converts .pyx files to cxx it is now provided a working directory
option. This makes sure that generated `__pyx_f` array lists sources relative
to project directory.
When generating coverage, cmake adds a target to copy generated .cxx files to
the location of .pyx file.
0 commit comments