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

Partial fix for 960 #963

Merged
merged 3 commits into from
Dec 24, 2023
Merged

Partial fix for 960 #963

merged 3 commits into from
Dec 24, 2023

Conversation

afourney
Copy link
Member

Why are these changes needed?

Partial fix for #960. Make agents optional in many GroupChat help functions. Default to all agents (i.e., self.agents)

Related issue number

#960

Checks

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3a768c3) 26.63% compared to head (28a3ee0) 38.00%.
Report is 21 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #963       +/-   ##
===========================================
+ Coverage   26.63%   38.00%   +11.37%     
===========================================
  Files          28       28               
  Lines        3777     3815       +38     
  Branches      858      911       +53     
===========================================
+ Hits         1006     1450      +444     
+ Misses       2700     2239      -461     
- Partials       71      126       +55     
Flag Coverage Δ
unittests 37.95% <100.00%> (+11.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@BeibinLi BeibinLi left a comment

Choose a reason for hiding this comment

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

LGTM

@sonichi
Copy link
Collaborator

sonichi commented Dec 15, 2023

The added lines are not covered by test.

@qingyun-wu
Copy link
Collaborator

qingyun-wu commented Dec 18, 2023

The added lines are not covered by test.

Right. @afourney could you also add a test to cover the added code? Code coverage will be decreased otherwise.

@afourney
Copy link
Member Author

@qingyun-wu @sonichi I have added test coverage.

@sonichi sonichi added this pull request to the merge queue Dec 24, 2023
Merged via the queue into main with commit b1adac5 Dec 24, 2023
76 of 84 checks passed
@sonichi sonichi deleted the partial_fix_960 branch December 24, 2023 12:32
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* Partial fix for 960

* Fixed a missing = None

* Added test coverage.
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.

None yet

5 participants