Skip to content

Commit 5b28bbf

Browse files
Merge pull request #219 from codecov/th/meow
Th/meow
2 parents e132fb4 + 1706a46 commit 5b28bbf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/calculator.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ def divide(x, y):
1313
if y == 0:
1414
return 'Cannot divide by 0'
1515
return x * 1.0 / y
16+

codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
codecov:
2+
token: 8bc7e3d2-552d-4b27-aa90-64b13fd7311c
3+
14
flag_management:
25
individual_flags:
36
- name: smart-tests

0 commit comments

Comments
 (0)