Skip to content

Commit 92a2f4d

Browse files
committed
fix
1 parent 03b22c8 commit 92a2f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
fi
159159
160160
echo "=== SUMMARY ==="
161-
uv run python -c "
161+
uv run python -c "import json; base=json.load(open('${{ github.workspace }}/evmtest_coverage/coverage/BASE_TESTS/.meta/index.json')); patch=json.load(open('${{ github.workspace }}/evmtest_coverage/coverage/PATCH_TESTS/.meta/index.json')); print(f'BASE: {len(base[\"test_cases\"])} tests, PATCH: {len(patch[\"test_cases\"])} tests, Difference: {len(patch[\"test_cases\"]) - len(base[\"test_cases\"])}')"
162162
163163
- name: Run coverage of the BASE tests
164164
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185

0 commit comments

Comments
 (0)