Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a11f4d5

Browse filesBrowse files
Merge pull request #86 from codecov/revert-test
test: make change
2 parents edbebb2 + c040759 commit a11f4d5
Copy full SHA for a11f4d5

File tree

Expand file treeCollapse file tree

3 files changed

+4
-9
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-9
lines changed

‎app/calculator.py

Copy file name to clipboard
+1-6Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class Calculator:
2+
23
def add(x, y):
34
return x + y
45

@@ -12,9 +13,3 @@ def divide(x, y):
1213
if y == 0:
1314
return 'Cannot divide by 0'
1415
return x * 1.0 / y
15-
16-
def power(x, y):
17-
return x**y
18-
19-
def one():
20-
return 1

‎app/smiles.py

Copy file name to clipboardExpand all lines: app/smiles.py
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎codecov.yml

Copy file name to clipboard
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
profiling:
22
critical_files_paths:
33
- app/calculator.py
4+
5+
comment:
6+
show_critical_paths: true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.