Closed CaselIT closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
6ba54b4
) to head (5c70ac4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks. Will merge with master soon!
updated
This allows skipping the compilation of the c file if it fails for some reason, like the compiler is missing. The build will still fail if cython can't generate the c file from the py/pyx file but that should be ok.
The optional keyword is documented here https://setuptools.pypa.io/en/latest/userguide/ext_modules.html#setuptools.Extension
Fixes: #2237