diff --git a/README.md b/README.md
index d95db59..4a5b26f 100644
--- a/README.md
+++ b/README.md
@@ -4,5 +4,4 @@
 
-[](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml)
-[](htmlcov/index.html)
\ No newline at end of file
+[](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml)
\ No newline at end of file
diff --git a/calculator_test.py b/calculator_test.py
index 7549e96..ffeef48 100644
--- a/calculator_test.py
+++ b/calculator_test.py
@@ -11,8 +11,7 @@
@pytest.mark.parametrize("a,b,output", division_testdata)
def test_division_numeric(a,b,output):
assert divide(a,b) == output
-"""
+
@pytest.mark.parametrize("arr,output", largest_testdata)
def test_largest_numeric(arr,output):
assert largest(arr) == output
-"""
\ No newline at end of file
diff --git a/coverage-badge.svg b/coverage-badge.svg
deleted file mode 100644
index 6a4e15a..0000000
--- a/coverage-badge.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file