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

fix(bug): Remove FIQL based filters from list calls #485

Merged
merged 2 commits into from
Oct 2, 2024

use strings.EqualFold for string comparison after list calls

7fd8c3b
Select commit
Loading
Failed to load commit list.
Merged

fix(bug): Remove FIQL based filters from list calls #485

use strings.EqualFold for string comparison after list calls
7fd8c3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 2, 2024 in 1s

33.11% (+0.10%) compared to 78f61d1

View this Pull Request on Codecov

33.11% (+0.10%) compared to 78f61d1

Details

Codecov Report

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

Project coverage is 33.11%. Comparing base (78f61d1) to head (7fd8c3b).

Files with missing lines Patch % Lines
controllers/helpers.go 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
+ Coverage   33.00%   33.11%   +0.10%     
==========================================
  Files          17       17              
  Lines        1809     1803       -6     
==========================================
  Hits          597      597              
+ Misses       1192     1186       -6     
  Partials       20       20              

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.