From ffd16ef145946f6e97af8c46c5458ef0c4b3fad4 Mon Sep 17 00:00:00 2001 From: bharathi Date: Thu, 11 Apr 2024 21:11:54 -0400 Subject: [PATCH] code coverage --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0646ed3..1d8199a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -57,8 +57,8 @@ jobs: - name: Generate coverage report run: | - python -m coverage run -m unittest discover tests -v - python -m coverage xml + coverage run -m unittest discover tests + coverage report -m working-directory: ${{ github.workspace }}/PCP/server - name: Upload coverage reports to Codecov