Skip to content

feat: initialize Task 3 - Enhanced Semantic Search Capabilities #6

feat: initialize Task 3 - Enhanced Semantic Search Capabilities

feat: initialize Task 3 - Enhanced Semantic Search Capabilities #6

Triggered via pull request July 4, 2025 14:31
Status Failure
Total duration 2m 41s
Artifacts

pr-checks.yml

on: pull_request
PR Quality Gate
2m 18s
PR Quality Gate
Coverage Check
2m 28s
Coverage Check
Documentation Check
6s
Documentation Check
PR Summary
5s
PR Summary
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Documentation Check
Process completed with exit code 128.
Ruff (W293): scripts/test_enhanced_semantic_search.py#L97
scripts/test_enhanced_semantic_search.py:97:1: W293 Blank line contains whitespace
Ruff (F541): scripts/test_enhanced_semantic_search.py#L81
scripts/test_enhanced_semantic_search.py:81:11: F541 f-string without any placeholders
Ruff (W293): scripts/test_enhanced_semantic_search.py#L79
scripts/test_enhanced_semantic_search.py:79:1: W293 Blank line contains whitespace
Ruff (F541): scripts/test_enhanced_semantic_search.py#L63
scripts/test_enhanced_semantic_search.py:63:11: F541 f-string without any placeholders
Ruff (W293): scripts/test_enhanced_semantic_search.py#L61
scripts/test_enhanced_semantic_search.py:61:1: W293 Blank line contains whitespace
Ruff (F541): scripts/test_enhanced_semantic_search.py#L43
scripts/test_enhanced_semantic_search.py:43:11: F541 f-string without any placeholders
Ruff (W293): scripts/test_enhanced_semantic_search.py#L41
scripts/test_enhanced_semantic_search.py:41:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L38
scripts/test_enhanced_semantic_search.py:38:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L27
scripts/test_enhanced_semantic_search.py:27:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L20
scripts/test_enhanced_semantic_search.py:20:1: W293 Blank line contains whitespace
Coverage Check
Process completed with exit code 2.
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
Coverage Check: src/uckn/api/models/projects.py#L103
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
Coverage Check: src/uckn/api/models/projects.py#L97
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/fields.py#L1068
`max_items` is deprecated and will be removed, use `max_length` instead
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/fields.py#L1062
`min_items` is deprecated and will be removed, use `min_length` instead
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
Coverage Check: /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
Coverage Check: src/uckn/api/models/patterns.py#L78
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
Coverage Check: src/uckn/api/models/patterns.py#L64
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details