Skip to content

Conversation

@IanButterworth
Copy link
Member

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

❌ Patch coverage is 10.00000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.06%. Comparing base (a6195c0) to head (d45eda6).

Files with missing lines Patch % Lines
src/cluster.jl 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   79.34%   79.06%   -0.29%     
==========================================
  Files          10       10              
  Lines        1951     1958       +7     
==========================================
  Hits         1548     1548              
- Misses        403      410       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

The worker_output_hook API documents that ident is passed as
AbstractString, but the connect function in managers.jl was passing
the pid as an Int. This caused hooks that expected strings (e.g.,
using tryparse(Int, ident)) to fail silently.

Match the behavior in cluster.jl which already passes "$pid".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant