diff --git a/.coveragerc b/.coveragerc index 90b5c62e1..d497ce902 100644 --- a/.coveragerc +++ b/.coveragerc @@ -27,4 +27,5 @@ exclude_lines = if __name__ == .__main__.: # Don't count Numba nopython=True jit functions - @jit\(.*nopython=True \ No newline at end of file + @jit\(.*nopython=True + @njit