openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

improve uninstall action #100

Closed katia-e closed 6 years ago

katia-e commented 6 years ago

action uninstall for account, vdc and node triggers uninstall of the dependent services closes #99

codecov-io commented 6 years ago

Codecov Report

Merging #100 into master will decrease coverage by <1%. The diff coverage is 80%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #100   +/-   ##
=====================================
- Coverage      91%    91%   -1%     
=====================================
  Files          14     14           
  Lines        1762   1798   +36     
=====================================
+ Hits         1609   1638   +29     
- Misses        153    160    +7
Impacted Files Coverage Δ
templates/vdc/test_vdc.py 96% <ø> (ø) :arrow_up:
templates/account/test_account.py 95% <100%> (ø) :arrow_up:
templates/node/node.py 90% <42%> (-2%) :arrow_down:
templates/disk/disk.py 74% <50%> (-1%) :arrow_down:
templates/vdc/vdc.py 76% <85%> (ø) :arrow_up:
templates/account/account.py 92% <90%> (-1%) :arrow_down:

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 5dd6275...1eb7824. Read the comment docs.

katia-e commented 6 years ago

these changes were merged into #112