diff --git a/func.py b/func.py index 469d678..00c772f 100644 --- a/func.py +++ b/func.py @@ -2,3 +2,5 @@ def func(): """"Test function to check if coverage is configured properly.""" return True +def monster(): + return False