Skip to content

[core] Enable output list attributes in the graph#3001

Merged
cbentejac merged 2 commits intodevelopfrom
dev/outputListAttributes
Apr 22, 2026
Merged

[core] Enable output list attributes in the graph#3001
cbentejac merged 2 commits intodevelopfrom
dev/outputListAttributes

Conversation

@servantftransperfect
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 13, 2026

Codecov Report

❌ Patch coverage is 90.00000% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.40%. Comparing base (2ed841d) to head (5fc51a3).
⚠️ Report is 20 commits behind head on develop.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
meshroom/core/attribute.py 80.00% 11 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3001      +/-   ##
===========================================
+ Coverage    83.35%   83.40%   +0.05%     
===========================================
  Files           73       81       +8     
  Lines         9890    10259     +369     
===========================================
+ Hits          8244     8557     +313     
- Misses        1646     1702      +56     

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Alxiice Alxiice closed this Mar 2, 2026
@Alxiice Alxiice deleted the dev/outputListAttributes branch March 2, 2026 14:51
@servantftransperfect servantftransperfect restored the dev/outputListAttributes branch March 2, 2026 14:56
@fabiencastan fabiencastan marked this pull request as ready for review March 29, 2026 11:08
@sonarqubecloud
Copy link
Copy Markdown

@nicolas-lambert-tc nicolas-lambert-tc force-pushed the dev/outputListAttributes branch from f0cfdd4 to 5fc51a3 Compare April 22, 2026 10:05
return self._getInputLink().asLinkExpr()
return [attr.getSerializedValue() for attr in self._value]

value = Property(Variant, Attribute._getValue, _setValue, notify=Attribute.valueChanged)
@cbentejac cbentejac changed the title Enable output list attributes in the graph [core] Enable output list attributes in the graph Apr 22, 2026
@cbentejac cbentejac added the feature new feature (proposed as PR or issue planned by dev) label Apr 22, 2026
@cbentejac cbentejac merged commit 760a240 into develop Apr 22, 2026
8 checks passed
@cbentejac cbentejac deleted the dev/outputListAttributes branch April 22, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature new feature (proposed as PR or issue planned by dev)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants