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

[Java 21] Remove the use of SLF4J from Ballerina Runtime #43407

Open
wants to merge 5 commits into
base: java21
Choose a base branch
from

Fix checkstyle issue

84069be
Select commit
Loading
Failed to load commit list.
Open

[Java 21] Remove the use of SLF4J from Ballerina Runtime #43407

Fix checkstyle issue
84069be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2024 in 0s

75.00% (-0.01%) compared to fea2118, passed because coverage increased by -0.01% when compared to adjusted base (75.01%)

View this Pull Request on Codecov

75.00% (-0.01%) compared to fea2118, passed because coverage increased by -0.01% when compared to adjusted base (75.01%)

Details

Codecov Report

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

Project coverage is 75.00%. Comparing base (fea2118) to head (84069be).
Report is 3 commits behind head on java21.

Files with missing lines Patch % Lines
...ntime/transactions/TransactionResourceManager.java 0.00% 14 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             java21   #43407      +/-   ##
============================================
- Coverage     75.00%   75.00%   -0.01%     
+ Complexity    56729    56719      -10     
============================================
  Files          3447     3447              
  Lines        218874   218867       -7     
  Branches      28846    28844       -2     
============================================
- Hits         164177   164159      -18     
- Misses        45743    45753      +10     
- Partials       8954     8955       +1     

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