Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async/tasks agent #2955

Merged
merged 8 commits into from
Nov 26, 2024

skip exc handler test if < 3.10

cbf3f12
Select commit
Loading
Failed to load commit list.
Merged

Async/tasks agent #2955

skip exc handler test if < 3.10
cbf3f12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 38.63636% with 27 lines in your changes missing coverage. Please review.

Please upload report for BASE (async/tasks@65df34a). Learn more about missing BASE report.

Files with missing lines Patch % Lines
flytekit/extend/backend/base_agent.py 33.33% 10 Missing ⚠️
flytekit/core/task.py 33.33% 6 Missing ⚠️
flytekit/utils/asyn.py 16.66% 5 Missing ⚠️
flytekit/core/context_manager.py 63.63% 4 Missing ⚠️
flytekit/core/worker_queue.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             async/tasks    #2955   +/-   ##
==============================================
  Coverage               ?   40.40%           
==============================================
  Files                  ?      201           
  Lines                  ?    21096           
  Branches               ?     2705           
==============================================
  Hits                   ?     8524           
  Misses                 ?    12470           
  Partials               ?      102           

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