From cc8b3ae1656cecd85a3669c9838218b1ed33bc22 Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sun, 28 Jul 2024 09:42:50 +1000 Subject: [PATCH] Test fix 4 --- .github/workflows/pr-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-pytest.yml b/.github/workflows/pr-pytest.yml index cf527f553..9f0e615b5 100644 --- a/.github/workflows/pr-pytest.yml +++ b/.github/workflows/pr-pytest.yml @@ -75,7 +75,7 @@ jobs: env: PYTHON_VERSION: ${{ matrix.python-version }} run: | - poetry run pytest -x --cov pynetdicom --ignore=pynetdicom/apps pynetdicom/tests/test_assoc.py::TestAssociationWindows && + poetry run pytest -x --cov pynetdicom --ignore=pynetdicom/apps pynetdicom/tests/test_assoc.py && poetry run coverage xml - name: Send coverage results if: ${{ success() }}