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: Implement SpaceBindingRequest controller main logic #322

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

mfrancisc
Copy link
Contributor

Add test utilities for SpaceBindingRequest controller.

Those will be used in both host-operator controller unit tests and e2e tests for spacebindingrequests.

Jira: https://issues.redhat.com/browse/ASC-397

Related PRs:

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #322 (23efbbe) into master (57def48) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   76.30%   76.30%           
=======================================
  Files          41       41           
  Lines        1819     1819           
=======================================
  Hits         1388     1388           
  Misses        385      385           
  Partials       46       46           

Copy link
Contributor

@MatousJobanek MatousJobanek left a comment

Choose a reason for hiding this comment

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

Not sure if this is really needed. We usually store the helper function only for creating dummy objects and asserting them. You know - something that is really needed at multiple places or something that doesn't change too often.

But why not, we can also add the conditions if it make the code easier & shorter. Let's see it we will face any issues with maintaining it 👍

@sonarcloud
Copy link

sonarcloud bot commented Aug 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mfrancisc mfrancisc merged commit 6934766 into codeready-toolchain:master Aug 23, 2023
9 checks passed
@mfrancisc mfrancisc deleted the sbrmain branch August 23, 2023 08:41
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