indigo-dc / orchestrator

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

Handled Vault server availability in configuration; minor fixes #355

Closed mperniola closed 4 years ago

mperniola commented 4 years ago

Handled missing Vault configuration (no Vault server available); minor fixes

codecov-io commented 4 years ago

Codecov Report

Merging #355 into master will decrease coverage by 0.19%. The diff coverage is 23.28%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #355     +/-   ##
===========================================
- Coverage     62.32%   62.13%   -0.2%     
- Complexity      892      899      +7     
===========================================
  Files           178      179      +1     
  Lines          5434     5472     +38     
  Branches        340      343      +3     
===========================================
+ Hits           3387     3400     +13     
- Misses         1921     1945     +24     
- Partials        126      127      +1
Flag Coverage Δ Complexity Δ
#integration 8.89% <1.36%> (-0.05%) 170 <1> (+1)
#unittests 58.07% <23.28%> (-0.17%) 823 <9> (+7)
Impacted Files Coverage Δ Complexity Δ
...r/service/deployment/providers/QcgServiceImpl.java 81.85% <ø> (+0.36%) 45 <0> (ø) :arrow_down:
...deployment/providers/factory/QcgClientFactory.java 11.76% <ø> (ø) 2 <0> (ø) :arrow_down:
...a/it/reply/orchestrator/dto/cmdb/CloudService.java 78.57% <ø> (ø) 11 <0> (ø) :arrow_down:
.../reply/orchestrator/dto/CloudProviderEndpoint.java 84.21% <ø> (ø) 3 <0> (ø) :arrow_down:
...r/exception/VaultServiceNotAvailableException.java 0% <0%> (ø) 0 <0> (?)
...eply/orchestrator/resource/DeploymentResource.java 100% <100%> (ø) 1 <0> (ø) :arrow_down:
...estrator/resource/DeploymentResourceAssembler.java 73.33% <14.28%> (-26.67%) 5 <1> (+1)
...t/reply/orchestrator/service/VaultServiceImpl.java 63.41% <45.83%> (-2.11%) 10 <8> (+6)
...vice/deployment/providers/MarathonServiceImpl.java 51.04% <9.37%> (-0.65%) 33 <0> (ø)

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 280b186...0796f3e. Read the comment docs.