indigo-dc / orchestrator

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

Implemented Provider Timeout #372

Closed mperniola closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #372 into master will increase coverage by 0.21%. The diff coverage is 72.05%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #372      +/-   ##
============================================
+ Coverage     62.82%   63.04%   +0.21%     
- Complexity      918      938      +20     
============================================
  Files           179      180       +1     
  Lines          5601     5634      +33     
  Branches        348      353       +5     
============================================
+ Hits           3519     3552      +33     
  Misses         1948     1948              
  Partials        134      134
Flag Coverage Δ Complexity Δ
#integration 8.73% <1.47%> (-0.04%) 171 <1> (+1)
#unittests 59.1% <72.05%> (+0.24%) 862 <17> (+20) :arrow_up:
Impacted Files Coverage Δ Complexity Δ
...ly/orchestrator/dto/request/DeploymentRequest.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...rvice/deployment/providers/ChronosServiceImpl.java 89.38% <100%> (+0.41%) 61 <2> (+2) :arrow_up:
...r/service/deployment/providers/QcgServiceImpl.java 82.45% <100%> (+0.59%) 47 <2> (+2) :arrow_up:
...orchestrator/dto/deployment/DeploymentMessage.java 100% <100%> (ø) 6 <2> (+4) :arrow_up:
...ly/orchestrator/service/DeploymentServiceImpl.java 81.6% <100%> (+0.47%) 31 <4> (+5) :arrow_up:
...or/service/deployment/providers/ImServiceImpl.java 66.57% <100%> (+0.09%) 48 <1> (+1) :arrow_up:
...vice/deployment/providers/MarathonServiceImpl.java 53.84% <47.05%> (+1.82%) 38 <4> (+4) :arrow_up:
...orchestrator/service/commands/ProviderTimeout.java 75% <75%> (ø) 2 <2> (?)

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 87d2c60...0ae7991. Read the comment docs.