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

[backend/frontend] get rabbitmq version and fix value in frontend #980

Merged
merged 1 commit into from
May 27, 2024

Conversation

guillaumejparis
Copy link
Member

close #841

based on work by @Dimfacion

Copy link

codecov bot commented May 27, 2024

Codecov Report

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

Project coverage is 24.96%. Comparing base (583011e) to head (c6a4085).

Files Patch % Lines
...rc/main/java/io/openbas/helper/RabbitMQHelper.java 0.00% 20 Missing ⚠️
.../io/openbas/rest/settings/PlatformSettingsApi.java 0.00% 1 Missing ⚠️
...enbas/rest/settings/response/PlatformSettings.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #980      +/-   ##
============================================
- Coverage     25.01%   24.96%   -0.05%     
- Complexity      961      962       +1     
============================================
  Files           468      469       +1     
  Lines         10391    10413      +22     
  Branches        498      499       +1     
============================================
+ Hits           2599     2600       +1     
- Misses         7732     7752      +20     
- Partials         60       61       +1     

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

@SamuelHassine SamuelHassine merged commit fb55f98 into master May 27, 2024
6 checks passed
@SamuelHassine SamuelHassine deleted the issue/841 branch May 27, 2024 14:39
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.

RabbitMQ version is not correct.
3 participants