Skip to content

Commit

Permalink
reverted coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KKGanguly committed Aug 30, 2024
1 parent 67b4908 commit 8fda4b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
![Static Badge](https://img.shields.io/badge/language-python-3670A0?style=for-the-badge&logo=python) ![Static Badge](https://img.shields.io/badge/Platform-Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
<a href="https://www.gnu.org/licenses/gpl-3.0"><img alt="License: GPL v3" src="https://img.shields.io/badge/License-GPLv3-blue.svg" height="30px"></a>

[![Python application](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml/badge.svg)](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml)
[![Coverage Status](coverage-badge.svg?dummy=8484744)](htmlcov/index.html)
[![Python application](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml/badge.svg)](https://github.com/TeamBenign/HW1/actions/workflows/python-app.yml)
3 changes: 1 addition & 2 deletions calculator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
1 change: 0 additions & 1 deletion coverage-badge.svg

This file was deleted.

0 comments on commit 8fda4b3

Please sign in to comment.