Skip to content

Commit

Permalink
Add untested code
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan committed Aug 29, 2024
1 parent ec82c74 commit e8bce8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/greenbutton_objects/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
from greenbutton_objects.feed.feed import ObjectFeed


def untested_function(filename: str) -> str:
return filename.capitalize()

Check warning on line 14 in src/greenbutton_objects/parse.py

View check run for this annotation

Codecov / codecov/patch

src/greenbutton_objects/parse.py#L14

Added line #L14 was not covered by tests


def parse_feed(filename: str) -> ObjectFeed:
data = parse_xml(filename)

Expand Down

0 comments on commit e8bce8b

Please sign in to comment.