Skip to content

Commit

Permalink
Coverage: Don't complain about code that shouldn't run: def create_lu…
Browse files Browse the repository at this point in the history
…t():
  • Loading branch information
hugovk committed Nov 12, 2023
1 parent 883a151 commit 1db8e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude_lines =
if __name__ == .__main__.:
# Don't complain about code that shouldn't run
assert False
def create_lut():
# Don't complain about debug code
if DEBUG:

Expand Down

0 comments on commit 1db8e5b

Please sign in to comment.