Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add tests for floor/ceil on integers #20479

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

lukemanley
Copy link
Contributor

closes #16357

floor/ceil already worked on integers but was untested.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Dec 27, 2024
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.99%. Comparing base (6a7adce) to head (e23a525).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20479   +/-   ##
=======================================
  Coverage   78.98%   78.99%           
=======================================
  Files        1563     1563           
  Lines      220576   220576           
  Branches     2492     2492           
=======================================
+ Hits       174224   174235   +11     
+ Misses      45779    45768   -11     
  Partials      573      573           

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

@ritchie46 ritchie46 merged commit 208d530 into pola-rs:main Dec 27, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

floor/ceil for integers
2 participants