We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2419e78 commit 661de36Copy full SHA for 661de36
eng/templates/jobs/ci-unit-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
if [ "$PY_MINOR" -ge 13 ]; then
45
echo "Running proxy_worker tests (Python >= 3.13)..."
46
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail \
47
- --cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests_proxy
+ --cov=./proxy_worker --cov-report xml --cov-branch tests/unittest_proxy
48
else
49
echo "Running unittests (Python < 3.13)..."
50
0 commit comments