From aaf62ddc482fd65305e6bd51daa48f653629c004 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Mon, 18 Nov 2024 17:36:53 +1100 Subject: [PATCH] Remove coverage report from pytest core --- .github/workflows/test_and_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c832e706..c180efa5 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -55,8 +55,7 @@ jobs: python: ${{ env.python }} - name: Test core - if: ${{ ! contains(github.event.head_commit.message, '[skip-tests]') }} - run: pytest -v --cov=core --cov-report=xml core/ + run: pytest --verbose --verbose core/ - uses: tlambert03/setup-qt-libs@v1