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() }}