Skip to content

Release 1.0.2#1054

Merged
sandorkertesz merged 9 commits into
mainfrom
develop
Jul 2, 2026
Merged

Release 1.0.2#1054
sandorkertesz merged 9 commits into
mainfrom
develop

Conversation

@sandorkertesz

Copy link
Copy Markdown
Collaborator

Description

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

sandorkertesz and others added 9 commits June 29, 2026 12:39
Merge main into develop
Merge main into develop
bounding_box() referenced self.data but ObjectWrapperData.__init__
sets self._data. This caused AttributeError when calling bounding_box()
on a StrData instance.

Fixes #1047

Signed-off-by: Muhamed Fazal PS <fazaleee123cr7@gmail.com>
The bounding_box() method was using self.data instead of self._data,
causing AttributeError when called on a StrData instance.

Fixes #1047
fix: use self._data in StrData.bounding_box()
@sandorkertesz
sandorkertesz merged commit 8d1dd3c into main Jul 2, 2026
222 of 223 checks passed
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.29%. Comparing base (f70642e) to head (01fb212).
⚠️ Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
tests/sources/test_mars.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1054      +/-   ##
==========================================
- Coverage   82.29%   82.29%   -0.01%     
==========================================
  Files         237      237              
  Lines       16794    16804      +10     
  Branches      818      818              
==========================================
+ Hits        13821    13829       +8     
- Misses       2730     2732       +2     
  Partials      243      243              

☔ View full report in Codecov by Harness.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants