Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
michelletran-codecov committed May 15, 2024
1 parent 2c73b77 commit b4d221c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions func.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ def func():
""""Test function to check if coverage is configured properly."""
return True


def untested():
return "This is untested code"

def blah_test_this():
return "blue blue"

def more_untested():
return "hello world"

0 comments on commit b4d221c

Please sign in to comment.