Skip to content

Commit

Permalink
Exclude assert False from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 3, 2023
1 parent f83d6eb commit 652a002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@ exclude_lines = [
'^\s*raise NotImplementedError\b',
'^\s*return NotImplemented\b',
'^\s*raise$',
'^assert False\b',
'''^if __name__ == ['"]__main__['"]:$''',
]

0 comments on commit 652a002

Please sign in to comment.