Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: component ref #761

Merged
merged 61 commits into from
Oct 8, 2022
Merged

feat: component ref #761

merged 61 commits into from
Oct 8, 2022

Conversation

ZLBer
Copy link
Member

@ZLBer ZLBer commented Aug 11, 2022

What this PR does:
add component ref

Which issue(s) this PR fixes:

Fixes #756

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Base: 60.56% // Head: 60.39% // Decreases project coverage by -0.16% ⚠️

Coverage data is based on head (2324e92) compared to base (c1c6354).
Patch coverage: 44.77% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #761      +/-   ##
==========================================
- Coverage   60.56%   60.39%   -0.17%     
==========================================
  Files         133      133              
  Lines        8340     8398      +58     
==========================================
+ Hits         5051     5072      +21     
- Misses       2712     2738      +26     
- Partials      577      588      +11     
Impacted Files Coverage Δ
pkg/runtime/runtime.go 54.14% <8.33%> (-4.96%) ⬇️
pkg/runtime/ref/injector.go 81.81% <82.60%> (-0.80%) ⬇️
components/hello/helloworld/helloworld.go 100.00% <100.00%> (ø)
pkg/runtime/ref/contianer.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

pkg/runtime/ref/injector.go Outdated Show resolved Hide resolved
pkg/runtime/runtime.go Outdated Show resolved Hide resolved
pkg/runtime/ref/injector.go Outdated Show resolved Hide resolved
components/go.mod Outdated Show resolved Hide resolved
go.sum Show resolved Hide resolved
pkg/runtime/ref/injector.go Outdated Show resolved Hide resolved
pkg/runtime/ref/injector.go Outdated Show resolved Hide resolved
pkg/runtime/runtime.go Outdated Show resolved Hide resolved
pkg/runtime/runtime.go Outdated Show resolved Hide resolved
Copy link
Member

@seeflood seeflood left a comment

Choose a reason for hiding this comment

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

lgtm. Thanks!

@seeflood
Copy link
Member

seeflood commented Oct 1, 2022

@ZLBer By the way, could u add documentation for this feature? Maybe in some other PR

@ZLBer
Copy link
Member Author

ZLBer commented Oct 1, 2022

@seeflood sure, i will add a doc in another pr.

@seeflood
Copy link
Member

seeflood commented Oct 8, 2022

@seeflood sure, i will add a doc in another pr.

Thanks!
I submitted an issue #809 and assigned to you

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

Successfully merging this pull request may close these issues.

proposal: component ref 配置注入
4 participants