Skip to content

Conversation

AndreasAlbertQC
Copy link
Collaborator

Motivation

We do not properly differentiate between max_exclusive=None and max_exclusive=0 because we naively cast to bool.

Changes

  • Added a test that catches the bug
  • Fixed the bug

@github-actions github-actions bot added the fix label Oct 6, 2025
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5d1c4d7) to head (7fec3c5).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #158   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         2896      2896           
=========================================
  Hits          2896      2896           

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

@AndreasAlbertQC AndreasAlbertQC marked this pull request as ready for review October 6, 2025 09:11
Copy link
Member

@borchero borchero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, thank you!

@AndreasAlbertQC AndreasAlbertQC merged commit 1697f1f into main Oct 6, 2025
22 checks passed
@AndreasAlbertQC AndreasAlbertQC deleted the 2025-10-06_fix-max-exclusive branch October 6, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants