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

Twitter tool fix #784

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Twitter tool fix #784

merged 1 commit into from
Jul 17, 2023

Conversation

TransformerOptimus
Copy link
Collaborator

Description

  • Fixing json parsing for boolean values
  • Minor code refactoring

Related Issues

Solution and Design

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@TransformerOptimus TransformerOptimus changed the base branch from main to dev July 17, 2023 17:20
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch coverage: 60.00% and project coverage change: -0.35 ⚠️

Comparison is base (6b8c80d) 58.72% compared to head (aa919a7) 58.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #784      +/-   ##
==========================================
- Coverage   58.72%   58.37%   -0.35%     
==========================================
  Files         156      156              
  Lines        6386     6292      -94     
  Branches      659      651       -8     
==========================================
- Hits         3750     3673      -77     
+ Misses       2482     2473       -9     
+ Partials      154      146       -8     
Impacted Files Coverage Δ
superagi/tools/code/write_code.py 85.45% <0.00%> (ø)
...agi/tools/google_serp_search/google_serp_search.py 0.00% <0.00%> (ø)
superagi/tools/jira/edit_issue.py 88.23% <0.00%> (ø)
superagi/lib/logger.py 78.57% <40.00%> (+3.57%) ⬆️
superagi/agent/output_parser.py 83.33% <100.00%> (+16.24%) ⬆️
superagi/agent/super_agi.py 27.69% <100.00%> (-0.88%) ⬇️
superagi/helper/json_cleaner.py 63.88% <100.00%> (-28.32%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TransformerOptimus TransformerOptimus merged commit 1f653fc into dev Jul 17, 2023
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