fix os.getcwd() FileNotFoundError#8448
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #8448 +/- ##
=======================================
Coverage 87.43% 87.44%
=======================================
Files 148 148
Lines 18486 18491 +5
Branches 3155 3156 +1
=======================================
+ Hits 16164 16169 +5
Misses 2033 2033
Partials 289 289
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
@mortimer2015 hey - please notice the tests are failing :) |
|
It still does unfortunately @mortimer2015 |
|
Seems to be partially fixed. Only Windows tests are failing now. @mortimer2015 |
|
After checking the pypy failures it seems to be a network issue of github. so I triggered one job to recheck. but could not re run two at once as github do not allow it now |
|
@Nusnus if you have any inputs please share when you have some time. |
I've reviewed the PR again and it looks alright. Nothing else to add :) |
fix os.getcwd() FileNotFoundError