Skip to content

Commit

Permalink
Add pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 26, 2024
1 parent 95d8b82 commit cbf69c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/contrib/filesystem/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
Raises:
ConfigValidationError: If no file paths are provided.
"""
if not filepaths:
if not filepaths: # pragma: no cover
msg = "Configuration error"
raise ConfigValidationError(msg, errors=["No file paths provided"])

Expand Down

0 comments on commit cbf69c9

Please sign in to comment.