Skip to content

Commit 60d77b0

Browse files
committed
test: make coverage suite CI-safe
Avoid enabling semantic scoring in coverage tests so CI doesn't require optional sentence-transformers. Made-with: Cursor
1 parent 63755ff commit 60d77b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_coverage_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def _no_embeddings(*args, **kwargs): # noqa: ARG001
464464
.no_git()
465465
.use_import_graph(depth=2)
466466
.no_import_graph()
467-
.use_semantic(model="all-mpnet-base-v2")
467+
# Do not enable semantic scoring here; CI installs `.[dev]` (no sentence-transformers).
468468
.no_gitignore()
469469
.allow("a.py")
470470
.deny("nope")

0 commit comments

Comments
 (0)