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

🐛 Allow none search value for issues #1585

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

ibolton336
Copy link
Member

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ddb5a10) 39.37% compared to head (9a4ce2f) 39.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1585   +/-   ##
=======================================
  Coverage   39.37%   39.37%           
=======================================
  Files         146      146           
  Lines        4815     4815           
  Branches     1150     1150           
=======================================
  Hits         1896     1896           
  Misses       2905     2905           
  Partials       14       14           
Flag Coverage Δ
client 39.37% <ø> (ø)
server ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ibolton336 ibolton336 merged commit 836d531 into konveyor:main Dec 6, 2023
8 of 9 checks passed
Copy link
Member

@sjd78 sjd78 left a comment

Choose a reason for hiding this comment

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

👍

Comment on lines +142 to +145
if (
(value && value[0] === "None") ||
(value && value[0] === "none")
) {
Copy link
Member

Choose a reason for hiding this comment

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

Using if (value && value[0]?.toLowercase() === "none") { would be a bit safer

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