Skip to content

Commit 619e66c

Browse files
Merge pull request #2 from calvin-codecov/new_changes
more changes
2 parents 351141c + a5bc089 commit 619e66c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/calculator.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ def divide(x, y):
1515
return x * 1.0 / y
1616

1717
def test(x):
18-
return x
18+
return x
19+
20+
def another(x):
21+
return "hello"

0 commit comments

Comments
 (0)