Closed silvanocerza closed 1 month ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
core/pipeline/base.py | 3 | 92.23% | ||
core/component/component.py | 4 | 97.58% | ||
<!-- | Total: | 7 | --> |
Totals | |
---|---|
Change from base Build 11015717691: | -0.02% |
Covered Lines: | 7341 |
Relevant Lines: | 8126 |
Related Issues
Proposed Changes:
Deprecate
@component
decoratoris_greedy
argument and add a newGreedyVariadic
input type in its place.How did you test it?
I ran unit tests locally.
Notes for the reviewer
N/A
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.