-
Notifications
You must be signed in to change notification settings - Fork 4
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: improve tests for row #906
test: improve tests for row #906
Conversation
…tps://github.com/Safe-DS/Library into 872-improve-tests-for-row-and-_lazyvectorizedrow
…tps://github.com/Safe-DS/Library into 872-improve-tests-for-row-and-_lazyvectorizedrow
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #906 +/- ##
==========================================
+ Coverage 97.91% 98.12% +0.21%
==========================================
Files 122 122
Lines 6895 6895
==========================================
+ Hits 6751 6766 +15
+ Misses 144 129 -15 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two lines of _LazyVectorizedRow.__eq__
are missing. Would be nice to cover those as well: https://app.codecov.io/gh/Safe-DS/Library/pull/906/blob/src/safeds/data/tabular/containers/_lazy_vectorized_row.py
Looks perfect otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you.
🎉 This PR is included in version 0.27.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #872
Summary of Changes
This pull request improves the tests for rows and lazyVectorizedRows.