Skip to content

Comments

Implement the stream class operator#162

Merged
s-vitaliy merged 10 commits intomainfrom
implement-stream-class-operator
Dec 17, 2025
Merged

Implement the stream class operator#162
s-vitaliy merged 10 commits intomainfrom
implement-stream-class-operator

Conversation

@s-vitaliy
Copy link
Contributor

@s-vitaliy s-vitaliy commented Dec 17, 2025

Part of #144

Scope

Implemented:

  • Stream class operator

Additional changes:

  • Updated CRDs version
  • Enabled code coverage collection

Checklist

  • GitHub issue exists for this change.
  • Unit tests added and they pass.
  • Line Coverage is at least 80%.
  • Review requested on latest commit.

@github-actions
Copy link

github-actions bot commented Dec 17, 2025

go-test-coverage report:

  below threshold:					coverage:	threshold:
  configuration/configuration.go			 0.0% (0/18)	70%
  services/controllers/stream_class/controller.go	 0.0% (0/5)	70%
  services/controllers/stream_class/handler.go		 0.0% (0/13)	70%
  services/controllers/stream_class/worker.go		 0.0% (0/50)	70%
  telemetry/app_metrics.go				 0.0% (0/9)	70%

Package coverage threshold (70%) satisfied:	FAIL
  below threshold:				coverage:	threshold:
  telemetry					 0.0% (0/9)	70%
  configuration					 0.0% (0/18)	70%
  services/controllers/stream_class		 0.0% (0/68)	70%

Total coverage threshold (75%) satisfied:	FAIL
Total test coverage:  0.0% (0/95)

Files with uncovered lines:
  file:							coverage:	uncovered lines:
  configuration/configuration.go			0%		17-20 22-24 27-36 39-41 43-47 52-55 60
  services/controllers/stream_class/controller.go	0%		24-38 40
  services/controllers/stream_class/handler.go		0%		29-45 47-55 58-66 69-77
  services/controllers/stream_class/worker.go		0%		26-42 44-51 53-61 64 67-75 78-88 91-97 101-108 110-116 119
  telemetry/app_metrics.go				0%		18-22 24 53-56 60-63 65

@s-vitaliy s-vitaliy marked this pull request as ready for review December 17, 2025 13:49
@s-vitaliy s-vitaliy requested a review from a team as a code owner December 17, 2025 13:49
s-vitaliy and others added 5 commits December 17, 2025 15:10
Co-authored-by: George Zubrienko <zubrienkog@gmail.com>
Co-authored-by: George Zubrienko <zubrienkog@gmail.com>
…dle.go

Co-authored-by: George Zubrienko <zubrienkog@gmail.com>
@s-vitaliy s-vitaliy merged commit f16b1cf into main Dec 17, 2025
1 check passed
@s-vitaliy s-vitaliy deleted the implement-stream-class-operator branch December 17, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants