-
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 workdir in test #1274
add workdir in test #1274
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1274 +/- ##
==========================================
+ Coverage 32.08% 41.66% +9.57%
==========================================
Files 32 32
Lines 4394 4416 +22
Branches 1025 1099 +74
==========================================
+ Hits 1410 1840 +430
+ Misses 2867 2401 -466
- Partials 117 175 +58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* add workdir in test * catch filenotfound * modify print msg
* add workdir in test * catch filenotfound * modify print msg
Why are these changes needed?
Without work_dir, one test can run into permission error. For example, https://github.com/microsoft/autogen/actions/runs/7535775093/job/20512243608?pr=1269
Related issue number
Checks