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