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

[BWC and API enforcement] Introduce checks for enforcing the API restrictions #11175

Merged
merged 1 commit into from
Dec 7, 2023

[BWC and API enforcement] Introduce checks for enforcing the API rest…

d0865a0
Select commit
Loading
Failed to load commit list.
Merged

[BWC and API enforcement] Introduce checks for enforcing the API restrictions #11175

[BWC and API enforcement] Introduce checks for enforcing the API rest…
d0865a0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2023 in 1s

71.34% (target 70.00%)

View this Pull Request on Codecov

71.34% (target 70.00%)

Details

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (f7f3500) 71.37% compared to head (d0865a0) 71.34%.
Report is 1 commits behind head on main.

Files Patch % Lines
...n/annotation/processor/ApiAnnotationProcessor.java 88.18% 1 Missing and 14 partials ⚠️
...search/core/common/io/stream/BytesStreamInput.java 40.00% 7 Missing and 2 partials ⚠️
...ch/index/translog/BufferedChecksumStreamInput.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11175      +/-   ##
============================================
- Coverage     71.37%   71.34%   -0.03%     
- Complexity    59113    59129      +16     
============================================
  Files          4893     4894       +1     
  Lines        277831   277962     +131     
  Branches      40367    40404      +37     
============================================
+ Hits         198288   198313      +25     
- Misses        63042    63141      +99     
- Partials      16501    16508       +7     

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