Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
17 stars 4 forks source link

test: improve tests for row #906

Closed Muellersen closed 4 months ago

Muellersen commented 4 months ago

Closes #872

Summary of Changes

This pull request improves the tests for rows and lazyVectorizedRows.

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 16 0 0 1.04s
✅ PYTHON mypy 16 0 1.65s
✅ PYTHON ruff 16 0 0 0.37s
✅ REPOSITORY git_diff yes no 0.35s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.12%. Comparing base (ee1aea0) to head (6054ee6).

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 4 months ago

:tada: This PR is included in version 0.27.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: