indigo-dc / orchestrator

The INDIGO PaaS Orchestrator
https://www.indigo-datacloud.eu/paas-orchestrator
Apache License 2.0
16 stars 21 forks source link

Config network names #414

Closed mperniola closed 3 years ago

mperniola commented 3 years ago

Added Network Names configuration capability Added user parameter to Chronos and Marathon task

codecov-io commented 3 years ago

Codecov Report

Merging #414 (6f1525a) into master (8f7dca0) will increase coverage by 0.02%. The diff coverage is 61.79%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #414      +/-   ##
============================================
+ Coverage     57.21%   57.23%   +0.02%     
- Complexity     1085     1089       +4     
============================================
  Files           227      227              
  Lines          7131     7177      +46     
  Branches        470      475       +5     
============================================
+ Hits           4080     4108      +28     
- Misses         2873     2886      +13     
- Partials        178      183       +5     
Flag Coverage Δ Complexity Δ
integration 7.05% <0.00%> (-0.11%) 0.00 <15.00> (ø)
unittests 53.35% <61.79%> (+0.07%) 0.00 <15.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...orchestrator/config/properties/OidcProperties.java 23.52% <0.00%> (-4.25%) 6.00 <0.00> (ø)
...ava/it/reply/orchestrator/dto/mesos/MesosTask.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...ator/service/security/OAuth2TokenCacheService.java 16.19% <0.00%> (-0.48%) 2.00 <0.00> (ø)
...ly/orchestrator/service/DeploymentServiceImpl.java 81.12% <20.00%> (+0.23%) 36.00 <1.00> (+1.00)
.../reply/orchestrator/dto/CloudProviderEndpoint.java 78.26% <33.33%> (-6.74%) 4.00 <1.00> (+1.00) :arrow_down:
...t/reply/orchestrator/service/ToscaServiceImpl.java 48.95% <70.68%> (+0.44%) 125.00 <13.00> (+4.00)
...rvice/deployment/providers/ChronosServiceImpl.java 85.67% <100.00%> (+0.17%) 64.00 <0.00> (ø)
...or/service/deployment/providers/ImServiceImpl.java 71.26% <100.00%> (+0.20%) 63.00 <0.00> (ø)
...vice/deployment/providers/MarathonServiceImpl.java 61.25% <100.00%> (+0.40%) 46.00 <0.00> (ø)
...orchestrator/service/messaging/XdcStompClient.java 9.91% <0.00%> (-1.66%) 3.00% <0.00%> (-2.00%)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f7dca0...3cf381c. Read the comment docs.

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

63.5% 63.5% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11. Read more here