Closed liamhuber closed 3 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.03% (target: -1.00%) | :white_check_mark: 100.00% |
:rocket: Don’t miss a bit, follow what’s new on Codacy.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Totals | |
---|---|
Change from base Build 10186822369: | 0.03% |
Covered Lines: | 3243 |
Relevant Lines: | 3509 |
If you're making something a dataclass node, you can now pass in a dataclass-compliant class that is not yet a dataclass and we'll take care of turning it into one for you. That means you only need
@Workflow.wrap.as_dataclass_node
and not@Workflow.wrap.as_dataclass_node;@dataclass
. Per Joerg's wishlist.