Skip to content

Conversation

dmytroprokopenko-techmagic

No description provided.

Copy link

codecov bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d1acc88) to head (89602d5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1007   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          172       172           
  Lines         8389      8404   +15     
=========================================
+ Hits          8389      8404   +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -113,7 +113,7 @@ def create_trace_feedback_v0_task(
raise ValueError("trace_feedback_v0 requires 'task_id' in kwargs")

# Get the original task
original_task = get_task(project_name=project_name, task_id=original_task_id)
original_task = get_task(project_name=project_name, task_id=original_task_id, process_ng_state=False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need process_ng_state=False?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because here we use get_task just to get original_task to create other task, I think we do not need to generate ng_state in this case, we just copy ng_state from original task in format { "seed_id": ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants