Skip to content

Commit b246e72

Browse files
lmeyerovclaude
andcommitted
ci(gfql): polars coverage-baseline entry for search.py (L2 module)
dgx-measured 86.96% on the CI-verbatim CPU polars lane; floor 79.0 per the baseline's ~8-below convention (also absorbs the wave-2 canonicalize/dtype- gate lines, whose decline/parity branches are pinned in the matrix). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1afed2a commit b246e72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

graphistry/tests/compute/gfql/coverage_baselines/ci-polars-py3.12.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_note": "Per-file line-coverage floors for the native POLARS engine (profile gfql-polars, bin/test-polars.sh). COMPLETE list required (audit fails un-baselined target files). Floors set conservatively (~8% below dgx-measured; measured: chain 94.3 row_pipeline 87.9 predicates 91 projection 73.2 hop 95.1 hop_eager 98.3 degrees 90.7 dtypes 100 lazy/__init__ 98.6). pattern_apply 75.4 (2026-07-05, module split from row_pipeline). Raise as coverage grows.",
2+
"_note": "Per-file line-coverage floors for the native POLARS engine (profile gfql-polars, bin/test-polars.sh). COMPLETE list required (audit fails un-baselined target files). Floors set conservatively (~8% below dgx-measured; measured: chain 94.3 row_pipeline 87.9 predicates 91 projection 73.2 hop 95.1 hop_eager 98.3 degrees 90.7 dtypes 100 lazy/__init__ 98.6). pattern_apply 75.4 (2026-07-05, module split from row_pipeline). search 87.0 (2026-07-05, L2). Raise as coverage grows.",
33
"files": {
44
"graphistry/compute/gfql/lazy/__init__.py": 90.0,
55
"graphistry/compute/gfql/lazy/engine/__init__.py": 90.0,
@@ -12,6 +12,7 @@
1212
"graphistry/compute/gfql/lazy/engine/polars/pattern_apply.py": 67.0,
1313
"graphistry/compute/gfql/lazy/engine/polars/predicates.py": 83.0,
1414
"graphistry/compute/gfql/lazy/engine/polars/projection.py": 65.0,
15-
"graphistry/compute/gfql/lazy/engine/polars/row_pipeline.py": 79.0
15+
"graphistry/compute/gfql/lazy/engine/polars/row_pipeline.py": 79.0,
16+
"graphistry/compute/gfql/lazy/engine/polars/search.py": 79.0
1617
}
1718
}

0 commit comments

Comments
 (0)