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

[4.5.0][FEATURE] Implement Labels Feature #12746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Implement Labels Feature

d95ce01
Select commit
Loading
Failed to load commit list.
Open

[4.5.0][FEATURE] Implement Labels Feature #12746

Implement Labels Feature
d95ce01
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2025 in 1s

27.52% (+8.00%) compared to bf7e34d

View this Pull Request on Codecov

27.52% (+8.00%) compared to bf7e34d

Details

Codecov Report

Attention: Patch coverage is 8.94661% with 631 lines in your changes missing coverage. Please review.

Project coverage is 27.52%. Comparing base (bf7e34d) to head (d95ce01).

Files with missing lines Patch % Lines
...ava/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java 6.40% 177 Missing and 13 partials ⚠️
...t/rest/api/admin/v1/impl/LabelsApiServiceImpl.java 2.02% 97 Missing ⚠️
.../carbon/apimgt/rest/api/admin/v1/dto/LabelDTO.java 0.00% 38 Missing ⚠️
...bon/apimgt/rest/api/admin/v1/dto/LabelListDTO.java 0.00% 38 Missing ⚠️
...bon/apimgt/rest/api/publisher/v1/dto/LabelDTO.java 0.00% 38 Missing ⚠️
...pimgt/rest/api/admin/v1/dto/LabelUsageApisDTO.java 0.00% 30 Missing ⚠️
...apimgt/rest/api/publisher/v1/dto/LabelListDTO.java 0.00% 30 Missing ⚠️
...va/org/wso2/carbon/apimgt/api/model/ApiResult.java 0.00% 26 Missing ⚠️
.../api/admin/v1/utils/mappings/LabelMappingUtil.java 0.00% 26 Missing ⚠️
...on/apimgt/rest/api/admin/v1/dto/LabelUsageDTO.java 0.00% 22 Missing ⚠️
... and 12 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12746      +/-   ##
============================================
+ Coverage     19.51%   27.52%   +8.00%     
- Complexity        0    11182   +11182     
============================================
  Files          1289     1965     +676     
  Lines        112146   146398   +34252     
  Branches      15817    21364    +5547     
============================================
+ Hits          21882    40291   +18409     
- Misses        87289   100374   +13085     
- Partials       2975     5733    +2758     

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