kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Feat scoped and unscoped kapua entities

Open Coduz opened this issue 11 months ago • 1 comments

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue This PR fixes/closes {issue number}

Description of the solution adopted A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped.

Screenshots If applicable, add screenshots to help explain your solution

Any side note on the changes made Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

Coduz avatar Mar 15 '24 14:03 Coduz

Codecov Report

Attention: Patch coverage is 3.24324% with 358 lines in your changes are missing coverage. Please review.

Project coverage is 16.78%. Comparing base (81a090d) to head (0c1194e).

:exclamation: Current head 0c1194e differs from pull request most recent head ddc5b33. Consider uploading reports for the commit ddc5b33 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3996      +/-   ##
=============================================
- Coverage      16.87%   16.78%   -0.09%     
- Complexity        10       22      +12     
=============================================
  Files           1989     2011      +22     
  Lines          51791    52132     +341     
  Branches        4420     4431      +11     
=============================================
+ Hits            8739     8751      +12     
- Misses         42648    42977     +329     
  Partials         404      404              
Files Coverage Δ
...lipse/kapua/commons/model/AbstractKapuaEntity.java 100.00% <ø> (ø)
...ep/definition/AbstractTargetJobStepDefinition.java 0.00% <ø> (ø)
...service/job/step/definition/JobStepDefinition.java 0.00% <ø> (ø)
...ice/job/execution/internal/JobExecutionModule.java 60.00% <ø> (+10.00%) :arrow_up:
...inition/internal/JobStepDefinitionFactoryImpl.java 10.00% <ø> (ø)
...p/definition/internal/JobStepDefinitionModule.java 60.00% <ø> (+10.00%) :arrow_up:
.../service/job/step/internal/JobStepFactoryImpl.java 11.11% <ø> (ø)
...kapua/service/job/step/internal/JobStepModule.java 60.00% <ø> (+10.00%) :arrow_up:
...service/job/targets/internal/JobTargetsModule.java 60.00% <ø> (+10.00%) :arrow_up:
...java/org/eclipse/kapua/model/query/KapuaQuery.java 0.00% <0.00%> (ø)
... and 30 more

codecov[bot] avatar Mar 15 '24 15:03 codecov[bot]

Codecov Report

Attention: Patch coverage is 2.94840% with 395 lines in your changes are missing coverage. Please review.

Project coverage is 16.69%. Comparing base (f4c3443) to head (0466745).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3996      +/-   ##
=============================================
- Coverage      16.78%   16.69%   -0.10%     
- Complexity        10       22      +12     
=============================================
  Files           1987     2009      +22     
  Lines          51835    52209     +374     
  Branches        4422     4435      +13     
=============================================
+ Hits            8702     8714      +12     
- Misses         42730    43092     +362     
  Partials         403      403              
Files Coverage Δ
...lipse/kapua/commons/model/AbstractKapuaEntity.java 100.00% <ø> (ø)
...ep/definition/AbstractTargetJobStepDefinition.java 0.00% <ø> (ø)
...service/job/step/definition/JobStepDefinition.java 0.00% <ø> (ø)
...ice/job/execution/internal/JobExecutionModule.java 60.00% <ø> (+10.00%) :arrow_up:
...inition/internal/JobStepDefinitionFactoryImpl.java 10.00% <ø> (ø)
...p/definition/internal/JobStepDefinitionModule.java 60.00% <ø> (+10.00%) :arrow_up:
.../service/job/step/internal/JobStepFactoryImpl.java 11.11% <ø> (ø)
...kapua/service/job/step/internal/JobStepModule.java 60.00% <ø> (+10.00%) :arrow_up:
...service/job/targets/internal/JobTargetsModule.java 60.00% <ø> (+10.00%) :arrow_up:
...java/org/eclipse/kapua/model/query/KapuaQuery.java 0.00% <0.00%> (ø)
... and 31 more

codecov-commenter avatar Apr 29 '24 14:04 codecov-commenter