Skip to content

Conversation

@domfournier
Copy link
Contributor

@domfournier domfournier commented Nov 17, 2025

GEOPY-2508: Add multi-select data form type

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

❌ Patch coverage is 81.69014% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.02%. Comparing base (dd5bb4e) to head (0c7961d).
⚠️ Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
geoh5py/ui_json/validations/form.py 70.37% 4 Missing and 4 partials ⚠️
geoh5py/ui_json/forms.py 87.09% 2 Missing and 2 partials ⚠️
geoh5py/shared/validators.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #810      +/-   ##
===========================================
- Coverage    91.09%   91.02%   -0.07%     
===========================================
  Files          114      115       +1     
  Lines        10072    10118      +46     
  Branches      1869     1877       +8     
===========================================
+ Hits          9175     9210      +35     
- Misses         480      485       +5     
- Partials       417      423       +6     
Files with missing lines Coverage Δ
geoh5py/groups/__init__.py 100.00% <100.00%> (ø)
geoh5py/ui_json/annotations.py 100.00% <100.00%> (ø)
geoh5py/ui_json/ui_json.py 88.35% <100.00%> (+1.73%) ⬆️
geoh5py/shared/validators.py 93.16% <50.00%> (+2.20%) ⬆️
geoh5py/ui_json/forms.py 94.57% <87.09%> (-1.29%) ⬇️
geoh5py/ui_json/validations/form.py 70.37% <70.37%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@MatthieuCMira MatthieuCMira left a comment

Choose a reason for hiding this comment

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

In general, extend the docstrings (I did not add a comment for every not documented docstring).

In the MCP Era, we want everything well documented! ;-)

some comments, but they are not mandatory. I'll let you the choice to implement them or not

benk-mira and others added 3 commits December 15, 2025 10:15
…a fixture from within a fixture, so I replaced the old mechanic of passing tmp_path into a function that creates data with a fixture (tmp_path) in a fixture (sample_uijson).
@MatthieuCMira
Copy link
Contributor

ok, so basically everything will be done latter?

Ok, I'll approve then.

@MatthieuCMira MatthieuCMira self-requested a review December 16, 2025 16:32
MatthieuCMira
MatthieuCMira previously approved these changes Dec 16, 2025
Copy link
Contributor

@MatthieuCMira MatthieuCMira left a comment

Choose a reason for hiding this comment

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

everything will be done latter...

GEOPY-2632, GEOPY-260, GEOPY-2492

Maybe link those issues in JIRA?

@sebhmg sebhmg changed the title GEOPY-2508 GEOPY-2508: Add multi-select data form type Dec 17, 2025
Copy link
Contributor

@MatthieuCMira MatthieuCMira left a comment

Choose a reason for hiding this comment

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

ok for me :-)

@MatthieuCMira MatthieuCMira merged commit 9a2627c into develop Dec 18, 2025
17 checks passed
@MatthieuCMira MatthieuCMira deleted the GEOPY-2508 branch December 18, 2025 19:15
@benk-mira benk-mira restored the GEOPY-2508 branch January 5, 2026 21:31
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.

4 participants