-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
add AgentOptimizer test in CI #2380
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2380 +/- ##
==========================================
- Coverage 38.14% 37.02% -1.12%
==========================================
Files 78 81 +3
Lines 7865 8084 +219
Branches 1683 1724 +41
==========================================
- Hits 3000 2993 -7
- Misses 4615 4840 +225
- Partials 250 251 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Moving the convo to this new PR. In autogen/test/agentchat/contrib/test_agent_optimizer.py Lines 32 to 41 in d473dee
autogen/test/agentchat/contrib/test_agent_optimizer.py Lines 77 to 86 in d473dee
If they're not necessary, I would recommend removing them as they could cause the tests to be flaky. |
* add test * fix test * fix --------- Co-authored-by: AnonymousRepoSub <“[email protected]” >
Why are these changes needed?
Related issue number
Closes #2353
Checks