JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

do not call worker_from_id with pid<1 #92

Closed samtkaplan closed 4 months ago

samtkaplan commented 4 months ago

fixes #91

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (25ee836) 79.17% compared to head (d67d9c4) 79.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================== + Coverage 79.17% 79.34% +0.16% ========================================== Files 10 10 Lines 1950 1951 +1 ========================================== + Hits 1544 1548 +4 + Misses 406 403 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.