Skip to content

Conversation

@ElderMatt
Copy link
Contributor

This PR only fills in labels and finalizers if they are being added.

@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 49.4% 2219/4492
🔴 Branches
33.68% (-0.52% 🔻)
357/1060
🔴 Functions 41.41% 405/978
🔴 Lines 49.77% 2087/4193
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🔴 otomi-stack.ts 19.96%
15.88% (-0.78% 🔻)
17.76% 19.94%

Test suite run success

289 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from 1d73ce7

@ferruhcihan ferruhcihan self-assigned this May 13, 2025
labels: valueArrayToObject(data.metadata?.labels),
finalizers: data.metadata?.finalizers,
...((data.metadata?.labels?.length ?? 0) > 0 && {
labels: valueArrayToObject(data.metadata?.labels),
Copy link
Collaborator

@ferruhcihan ferruhcihan May 13, 2025

Choose a reason for hiding this comment

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

Looks like these fields are already removed here (if they're empty), this might be a duplicate removal.

@ElderMatt
Copy link
Contributor Author

This issue does not seem to be present anymore on dev-cluster. It seems we already have a removal in place.
CLOSING

@ElderMatt ElderMatt closed this May 13, 2025
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.

3 participants