Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gitttt-1234
Copy link
Collaborator

Currently, enabling post_connect_single_breaks forces users to set tracking_target_instance_count, even when max_instances is already provided. In this PR we fix this by ensuring when post_connect_single_breaks=True and tracking_target_instance_count is None, we infer the target from max_instances; if tracking_target_instance_count is explicitly set, it still takes precedence.

@codecov
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

❌ Patch coverage is 83.33333% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.54%. Comparing base (ff91433) to head (e122e06).
⚠️ Report is 53 commits behind head on main.

Files with missing lines Patch % Lines
sleap_nn/predict.py 78.57% 3 Missing ⚠️

❌ Your patch status has failed because the patch coverage (83.33%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
- Coverage   95.28%   93.54%   -1.75%     
==========================================
  Files          49       49              
  Lines        6765     7122     +357     
==========================================
+ Hits         6446     6662     +216     
- Misses        319      460     +141     

☔ 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.

@gitttt-1234 gitttt-1234 merged commit 6ed617b into talmolab:main Oct 16, 2025
7 of 8 checks passed
@gitttt-1234 gitttt-1234 deleted the divya/fix-target-inst-cnt branch October 16, 2025 03:33
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