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
The check that coverage must be 100% stopped working at some point. I'm not sure if it's related to the numba jit coverage issue (see #77), but I think we should mark numba functions as no cover (since there doesn't seem to be a way of getting coverage for these functions, see nedbat/coveragepy#849).
We also need to reinstate the mechanism that fails the build if coverage is under 100%, and fix the places not being covered. I'll submit a patch to do all this.
The text was updated successfully, but these errors were encountered:
The check that coverage must be 100% stopped working at some point. I'm not sure if it's related to the numba jit coverage issue (see #77), but I think we should mark numba functions as
no cover
(since there doesn't seem to be a way of getting coverage for these functions, see nedbat/coveragepy#849).We also need to reinstate the mechanism that fails the build if coverage is under 100%, and fix the places not being covered. I'll submit a patch to do all this.
The text was updated successfully, but these errors were encountered: