-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature of requestNew feature of requestpackagingThis issue relates in some way to packaging and testingThis issue relates in some way to packaging and testing
Description
Any functions with the @jit decorator are not read by pytest-cov as having been executed despite them running successfully within the unit tests, as they are compiled by numba as C and thus are not Python functions which are able to be evaluated by pytest-cov.
This occurs even when setting the environment variable to disable numba execution, e.g. NUMBA_DISABLE_JIT = "1".
felixdivo, segsell, AgenttiX and PauBadiaM
Metadata
Metadata
Labels
enhancementNew feature of requestNew feature of requestpackagingThis issue relates in some way to packaging and testingThis issue relates in some way to packaging and testing