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

Init grpc server of wait stage plugin #5445

Merged
merged 7 commits into from
Dec 25, 2024

fix golangci errors

ce4ebfb
Select commit
Loading
Failed to load commit list.
Merged

Init grpc server of wait stage plugin #5445

fix golangci errors
ce4ebfb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 24, 2024 in 0s

26.14% (-0.07%) compared to fdc490c

View this Pull Request on Codecov

26.14% (-0.07%) compared to fdc490c

Details

Codecov Report

Attention: Patch coverage is 0% with 150 lines in your changes missing coverage. Please review.

Project coverage is 26.14%. Comparing base (fdc490c) to head (ce4ebfb).

Files with missing lines Patch % Lines
pkg/app/pipedv1/plugin/wait/server.go 0.00% 99 Missing ⚠️
pkg/app/pipedv1/plugin/wait/execute/server.go 0.00% 37 Missing ⚠️
pkg/app/pipedv1/plugin/wait/main.go 0.00% 11 Missing ⚠️
pkg/app/pipedv1/plugin/wait/execute/wait.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5445      +/-   ##
==========================================
- Coverage   26.21%   26.14%   -0.07%     
==========================================
  Files         452      456       +4     
  Lines       48890    49040     +150     
==========================================
+ Hits        12817    12823       +6     
- Misses      35048    35192     +144     
  Partials     1025     1025              

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