Skip to content

Commit c6a11db

Browse files
lmeyerovclaude
andcommitted
test(gfql): lower pandas-lane execution.py coverage floor 84.75->83.5
WITH...MATCH reentry added polars-specific branches to the shared reentry/execution.py. Those are covered by the polars test lane (changed-line 100%) but unreachable by the pandas core lane, which legitimately drops its per-file coverage to 83.81%. Lower the pandas-lane floor to match; the polars branches keep real coverage via test-polars. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y6dQEcjdazEnzuvuwf73ZL
1 parent 4bd5496 commit c6a11db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"graphistry/compute/gfql/cypher/reentry/__init__.py": 100.0,
3636
"graphistry/compute/gfql/cypher/reentry/carry.py": 82.05,
3737
"graphistry/compute/gfql/cypher/reentry/compiletime.py": 85.48,
38-
"graphistry/compute/gfql/cypher/reentry/execution.py": 84.75,
38+
"graphistry/compute/gfql/cypher/reentry/execution.py": 83.5,
3939
"graphistry/compute/gfql/cypher/reentry/flatten.py": 94.05,
4040
"graphistry/compute/gfql/cypher/reentry/lowering_support.py": 88.38,
4141
"graphistry/compute/gfql/cypher/reentry/naming.py": 100.0,

0 commit comments

Comments
 (0)