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 66eb89e commit 7b495eeCopy full SHA for 7b495ee
.github/workflows/ci_ut_workflow.yml
@@ -70,7 +70,7 @@ jobs:
70
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString310 }} # needed for installing azure-functions-durable while running setup.py
71
ARCHIVE_WEBHOST_LOGS: ${{ github.event.inputs.archive_webhost_logging }}
72
run: |
73
- python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests
+ python -m pytest -q -n auto --dist loadscope --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests
74
- name: Codecov
75
uses: codecov/codecov-action@v3
76
with:
0 commit comments