-
Notifications
You must be signed in to change notification settings - Fork 139
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
chore: use Quarkus BP instead of explicit envvars #2117
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matejvasek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The envvars do not have to be set manually anymore since Quarkus BP will set them for us. Signed-off-by: Matej Vasek <[email protected]>
903b88b
to
8bb6a7e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2117 +/- ##
==========================================
+ Coverage 64.17% 65.16% +0.98%
==========================================
Files 108 108
Lines 13870 13870
==========================================
+ Hits 8901 9038 +137
+ Misses 4100 3940 -160
- Partials 869 892 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PTAL @lkingland @gauron99 |
/lgtm |
The envvars do not have to be set manually anymore since Quarkus BP will set them for us.