Skip to content

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

feat: initialize Task 3 - Enhanced Semantic Search Capabilities

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

Triggered via pull request July 4, 2025 19:10
Status Failure
Total duration 2m 45s
Artifacts

pr-checks.yml

on: pull_request
PR Quality Gate
2m 9s
PR Quality Gate
Coverage Check
2m 35s
Coverage Check
Documentation Check
5s
Documentation Check
PR Summary
4s
PR Summary
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Documentation Check
Process completed with exit code 128.
Ruff (W291): scripts/test_enhanced_semantic_search.py#L132
scripts/test_enhanced_semantic_search.py:132:37: W291 Trailing whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L129
scripts/test_enhanced_semantic_search.py:129:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L118
scripts/test_enhanced_semantic_search.py:118:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L97
scripts/test_enhanced_semantic_search.py:97:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L79
scripts/test_enhanced_semantic_search.py:79:1: W293 Blank line contains whitespace
Ruff (W293): scripts/test_enhanced_semantic_search.py#L61
scripts/test_enhanced_semantic_search.py:61:1: W293 Blank line contains whitespace
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