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 28eb7a9 commit 48eb0bfCopy full SHA for 48eb0bf
.github/workflows/tests.yml
@@ -348,7 +348,7 @@ jobs:
348
--color=yes
349
)
350
pytest "${FLAGS[@]}" -m 'not subprocess' -n auto
351
- pytest "${FLAGS[@]}" -m subprocess
+ pytest "${FLAGS[@]}" -m subprocess --cov-append
352
353
- name: Cleanup non-failed image files
354
if: failure()
azure-pipelines.yml
@@ -131,7 +131,7 @@ stages:
131
PYTHONFAULTHANDLER=1 pytest "${FLAGS[@]}" -m 'not subprocess' -n 2 \
132
--junitxml=junit/test-results-1.xml
133
PYTHONFAULTHANDLER=1 pytest "${FLAGS[@]}" -m subprocess \
134
- --junitxml=junit/test-results-2.xml
+ --junitxml=junit/test-results-2.xml --cov-append
135
136
if [[ $VS_VER == 2022 ]]; then
137
"$TOOL" shutdown $SESSION_ID
0 commit comments