Skip to content

Commit

Permalink
Mark line as no cover rather than no branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Oct 31, 2024
1 parent fcf8654 commit 7c11cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def note_deprecation(


# This is tested in a subprocess so the branch doesn't show up in coverage.
if is_in_ci(): # pragma: no branch
if is_in_ci(): # pragma: no cover
settings.load_profile("ci")

assert settings.default is not None
Expand Down

0 comments on commit 7c11cd9

Please sign in to comment.