Closed jacobtomlinson closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
afc0e5c
) 71.14% compared to head (d00ace7
) 72.01%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Added a default lookup location for
create_cluster()
. If you fail to specify the path to a valid spec it will try and find it atdask-cluster.yaml
.You can also set the
local_fallback=True
option to start aLocalCluster
if a spec file is not found.