CloudVE / cloudbridge

A consistent interface to multiple IaaS clouds; in Python.
https://cloudbridge.cloudve.org
MIT License
114 stars 51 forks source link

Added support for wildcard dns #249

Closed nuwang closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #249 into master will decrease coverage by 32.31%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #249       +/-   ##
===========================================
- Coverage   87.77%   55.45%   -32.32%     
===========================================
  Files          35       35               
  Lines        8289     8289               
  Branches      905      905               
===========================================
- Hits         7276     4597     -2679     
- Misses        651     3580     +2929     
+ Partials      362      112      -250     
Impacted Files Coverage Δ
cloudbridge/base/resources.py 93.20% <ø> (-2.11%) :arrow_down:
cloudbridge/providers/azure/helpers.py 13.04% <0.00%> (-69.57%) :arrow_down:
cloudbridge/providers/gcp/helpers.py 26.08% <0.00%> (-59.79%) :arrow_down:
cloudbridge/providers/azure/services.py 30.51% <0.00%> (-57.82%) :arrow_down:
cloudbridge/providers/azure/azure_client.py 34.77% <0.00%> (-56.36%) :arrow_down:
cloudbridge/providers/openstack/resources.py 41.25% <0.00%> (-50.41%) :arrow_down:
cloudbridge/providers/azure/resources.py 38.37% <0.00%> (-50.38%) :arrow_down:
cloudbridge/providers/gcp/resources.py 29.83% <0.00%> (-50.34%) :arrow_down:
cloudbridge/providers/openstack/helpers.py 53.33% <0.00%> (-46.67%) :arrow_down:
cloudbridge/providers/gcp/services.py 39.36% <0.00%> (-44.03%) :arrow_down:
... and 13 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 24a13a0...ce648f7. Read the comment docs.