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

fix: check action['action'] instance type before parsing action cls #1599

Merged
merged 1 commit into from
May 6, 2024

Conversation

ChengyangDu
Copy link
Contributor

Check action['action'] instance type to avoid undesired llm outputs, which may cause runtime type error.

@codecov-commenter
Copy link

codecov-commenter commented May 6, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@ae2b857). Click here to learn what that means.

Files Patch % Lines
opendevin/events/action/__init__.py 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1599   +/-   ##
=======================================
  Coverage        ?   62.49%           
=======================================
  Files           ?       91           
  Lines           ?     3738           
  Branches        ?        0           
=======================================
  Hits            ?     2336           
  Misses          ?     1402           
  Partials        ?        0           

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

@enyst
Copy link
Collaborator

enyst commented May 6, 2024

Thanks!

@enyst enyst merged commit a58f41a into All-Hands-AI:main May 6, 2024
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.

3 participants