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

Add quarkus support #25

Merged
merged 3 commits into from
Jul 2, 2024

Fix sonar issues

e95128f
Select commit
Loading
Failed to load commit list.
Merged

Add quarkus support #25

Fix sonar issues
e95128f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 2, 2024 in 0s

85.68% (-2.96%) compared to 9739361

View this Pull Request on Codecov

85.68% (-2.96%) compared to 9739361

Details

Codecov Report

Attention: Patch coverage is 76.53430% with 65 lines in your changes missing coverage. Please review.

Project coverage is 85.68%. Comparing base (9739361) to head (e95128f).

Files Patch % Lines
...nt/TransactionalEventBuildCompatibleExtension.java 82.92% 5 Missing and 16 partials ⚠️
...ployment/TransactionalEventExtensionProcessor.java 69.04% 5 Missing and 8 partials ⚠️
...vent/quarkus/TransactionalEventSchemaProvider.java 0.00% 8 Missing ⚠️
...event/quarkus/concurrent/QuarkusEventExecutor.java 58.82% 7 Missing ⚠️
...al/event/quarkus/handler/QuarkusEventHandlers.java 79.16% 2 Missing and 3 partials ⚠️
...ishauser/transactional/event/quarkus/DbSchema.java 81.25% 3 Missing ⚠️
...actional/event/core/cdi/EventHandlerExtension.java 33.33% 1 Missing and 1 partial ⚠️
...al/event/core/concurrent/DefaultEventExecutor.java 81.81% 2 Missing ⚠️
.../transactional/event/quarkus/DbSchemaRecorder.java 75.00% 1 Missing and 1 partial ⚠️
...ctional/event/quarkus/ExtendedInstanceCreator.java 75.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
- Coverage     88.64%   85.68%   -2.96%     
- Complexity        0      144     +144     
============================================
  Files            47       60      +13     
  Lines           828     1097     +269     
  Branches         54       90      +36     
============================================
+ Hits            734      940     +206     
- Misses           74      109      +35     
- Partials         20       48      +28     

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