From 032678d95e3a75e3b6c4a32c36147028bee67452 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 22 Sep 2022 14:05:22 -0400 Subject: [PATCH 1/3] test: make change --- app/calculator.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/calculator.py b/app/calculator.py index 4fbbd4fa..ab6c338e 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -12,9 +12,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 From b3755bb4f56e043fa3aa6bafed0bb71b56dbade6 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 22 Sep 2022 16:27:39 -0400 Subject: [PATCH 2/3] fix: more reversion --- app/calculator.py | 1 + app/smiles.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 app/smiles.py diff --git a/app/calculator.py b/app/calculator.py index ab6c338e..8a976b25 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -1,4 +1,5 @@ class Calculator: + def add(x, y): return x + y 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 ":)" From c04075918e889902d5d8001c7fede7140d3d4e39 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 22 Sep 2022 16:49:50 -0400 Subject: [PATCH 3/3] update codecov.yml --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy