We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb9900 commit 15b0658Copy full SHA for 15b0658
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Test with pytest
51
env:
52
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
53
- run: pytest -v -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml
+ run: pytest -v -rsx -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml
54
- name: Upload coverage reports to Codecov
55
uses: codecov/codecov-action@v5
56
with:
@@ -74,4 +74,4 @@ jobs:
74
run: |
75
python -m pip list
76
77
- run: pytest -v -n 2
+ run: pytest -v -rsx -n 2
0 commit comments