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

[frontend/backend] Fixing full text search wrong indicators #1075

Merged
merged 3 commits into from
Jun 14, 2024

[frontend/backend] Fixing full text search wrong indicators

d7b2d57
Select commit
Loading
Failed to load commit list.
Merged

[frontend/backend] Fixing full text search wrong indicators #1075

[frontend/backend] Fixing full text search wrong indicators
d7b2d57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 14, 2024 in 0s

25.33% (+0.06%) compared to dae2a50

View this Pull Request on Codecov

25.33% (+0.06%) compared to dae2a50

Details

Codecov Report

Attention: Patch coverage is 35.00000% with 13 lines in your changes missing coverage. Please review.

Project coverage is 25.33%. Comparing base (dae2a50) to head (d7b2d57).
Report is 3 commits behind head on master.

Files Patch % Lines
.../java/io/openbas/search/FullTextSearchService.java 41.17% 10 Missing ⚠️
...a/io/openbas/utils/pagination/PaginationUtils.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1075      +/-   ##
============================================
+ Coverage     25.27%   25.33%   +0.06%     
  Complexity     1010     1010              
============================================
  Files           464      464              
  Lines         10893    10892       -1     
  Branches        534      534              
============================================
+ Hits           2753     2760       +7     
+ Misses         8074     8066       -8     
  Partials         66       66              

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