Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 736052b

Browse files
Merge branch 'main' into rvinnakota/ai-yaml-updates
2 parents a388eec + d3f7e91 commit 736052b

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

graphql_api/types/impacted_file/impacted_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def resolve_segments(
9191
else:
9292
return ProviderError()
9393

94-
segments = file_comparison.segments
94+
segments = file_comparison.segments or []
9595

9696
if filters.get("has_unintended_changes") is True:
9797
# segments with no diff changes and at least 1 unintended change

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ dev-dependencies = [
7474
]
7575

7676
[tool.uv.sources]
77-
shared = { git = "https://github.com/codecov/shared", rev = "ae1d4cf84490f0ae41395cda3567fe3db7124be3" }
77+
shared = { git = "https://github.com/codecov/shared", rev = "a2350552f09580e26a9356b30353d02fe0832855" }

uv.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)