From 50f22f5f8b2e1136b534116f4aaad8b290aaa0d8 Mon Sep 17 00:00:00 2001 From: Chuck Tang Date: Mon, 9 Oct 2023 19:00:46 -0700 Subject: [PATCH] add --- .github/mcp/mcp_pytest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/mcp/mcp_pytest.py b/.github/mcp/mcp_pytest.py index 94f6f644b0..da64f00861 100644 --- a/.github/mcp/mcp_pytest.py +++ b/.github/mcp/mcp_pytest.py @@ -93,10 +93,10 @@ export COMMON_ARGS="-v --durations=20 -m '{args.pytest_markers}' {clear_tmp_path_flag}" - make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks" - make test-dist PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS" WORLD_SIZE=2 + make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks" + python -m coverage combine python -m coverage report