From 942fdce30f49b36905a3498d76bf63ddb976c1ae Mon Sep 17 00:00:00 2001 From: Diogenis Alexandrakis Date: Sun, 18 Feb 2024 01:00:42 +0200 Subject: [PATCH] fixes+ --- .github/workflows/python-app.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ee0142f..a8ada04 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -21,7 +21,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - coverage run -m pytest -v -s - - name: Generate Coverage Report - run: | - coverage report -m \ No newline at end of file + coverage run -m pytest -v -s \ No newline at end of file