Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test fix 4
Browse files Browse the repository at this point in the history
scaramallion committed Jul 27, 2024
1 parent 0a034a8 commit cc8b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
@@ -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() }}

0 comments on commit cc8b3ae

Please sign in to comment.