lobbyboy-ssh / lobbyboy

A lobby boy will create a VPS server when you need one, and destroy it after using it.
238 stars 10 forks source link

Add a `Provider.is_available` method #54

Closed messense closed 2 years ago

messense commented 2 years ago

Closes #31

codecov-commenter commented 2 years ago

Codecov Report

Merging #54 (648157c) into main (1ea3077) will increase coverage by 1.26%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   41.18%   42.45%   +1.26%     
==========================================
  Files          16       16              
  Lines        1265     1279      +14     
==========================================
+ Hits          521      543      +22     
+ Misses        744      736       -8     
Flag Coverage Δ
unittests 42.45% <96.29%> (+1.26%) :arrow_up:

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

Impacted Files Coverage Δ
lobbyboy/provider.py 67.36% <88.88%> (+2.25%) :arrow_up:
lobbyboy/contrib/provider/footloose.py 92.15% <100.00%> (+6.15%) :arrow_up:
lobbyboy/contrib/provider/ignite.py 55.76% <100.00%> (+6.74%) :arrow_up:
lobbyboy/contrib/provider/multipass.py 52.54% <100.00%> (+5.99%) :arrow_up:
lobbyboy/main.py 44.30% <100.00%> (+1.44%) :arrow_up:

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 1ea3077...648157c. Read the comment docs.