Skip to content

Commit

Permalink
refine regex to only jit(nopython=True) functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 12, 2017
1 parent cbfedd3 commit 6792ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ exclude_lines =
if 0:
if __name__ == .__main__.:

# Don't count Numba Jit Functions
@jit
# Don't count Numba nopython=True jit functions
@jit\(.*nopython=True

0 comments on commit 6792ec7

Please # to comment.