Skip to content

Commit

Permalink
Adding some untested code
Browse files Browse the repository at this point in the history
  • Loading branch information
michelletran-codecov committed May 1, 2024
1 parent 28c1f5d commit 05e2dc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions func.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ def func():
""""Test function to check if coverage is configured properly."""
return True

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

0 comments on commit 05e2dc0

Please sign in to comment.