diff --git a/app/calculator.py b/app/calculator.py index 4fbbd4fa..8a976b25 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -1,4 +1,5 @@ class Calculator: + def add(x, y): return x + y @@ -12,9 +13,3 @@ def divide(x, y): if y == 0: return 'Cannot divide by 0' return x * 1.0 / y - - def power(x, y): - return x**y - - def one(): - return 1 diff --git a/app/smiles.py b/app/smiles.py deleted file mode 100644 index 3ef702dc..00000000 --- a/app/smiles.py +++ /dev/null @@ -1,3 +0,0 @@ -class Smiles: - def smiley(): - return ":)" diff --git a/codecov.yml b/codecov.yml index bc0959f4..6f151f75 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,6 @@ profiling: critical_files_paths: - app/calculator.py + +comment: + show_critical_paths: true
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: