Skip to content

Commit 250eef0

Browse files
authored
Merge pull request codecov#1 from codecov/C3
C3 feat merge into original
2 parents 4123ebb + 81a88dd commit 250eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Calculator:
2-
2+
#C3
33
def add(x, y):
44
return x + y
55

0 commit comments

Comments
 (0)