Skip to content

Conversation

@ialarmedalien
Copy link
Collaborator

Thanks to git's incomparable diff / merge algorithm, the tests I added for range functions got lost in the commit after they were merged to main.

This PR cherry-picks the three commits that originally formed the range tests to restore them to their full glory. Since the code block in question was contiguous, the cherry-picked pieces plopped cleanly back into the test file without conflicts.

@ialarmedalien ialarmedalien self-assigned this Oct 9, 2025
@ialarmedalien ialarmedalien added enhancement New feature or request testing labels Oct 9, 2025
@codecov
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.59%. Comparing base (9bfff4d) to head (c24ed99).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #470      +/-   ##
==========================================
+ Coverage   77.48%   77.59%   +0.11%     
==========================================
  Files          52       52              
  Lines        4459     4459              
  Branches      968      968              
==========================================
+ Hits         3455     3460       +5     
+ Misses        781      778       -3     
+ Partials      223      221       -2     

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

Copy link
Member

@dalito dalito left a comment

Choose a reason for hiding this comment

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

Good that the code is back! Such large diffs as in #456 are really difficult to review in the GH UI.

@ialarmedalien ialarmedalien merged commit e63dbb0 into main Oct 9, 2025
17 checks passed
@ialarmedalien
Copy link
Collaborator Author

Thank you for the quick review @dalito!

@ialarmedalien ialarmedalien deleted the restore_range_tests branch October 9, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants