jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

add function for allocation restart endpoint #112

Closed phreakocious closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #112 (33ab459) into master (a3f26fd) will increase coverage by 12.21%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #112       +/-   ##
===========================================
+ Coverage   78.85%   91.06%   +12.21%     
===========================================
  Files          26       26               
  Lines        1201     1041      -160     
===========================================
+ Hits          947      948        +1     
+ Misses        254       93      -161     
Impacted Files Coverage Δ
nomad/api/client.py 95.55% <50.00%> (+5.13%) :arrow_up:
nomad/api/job.py 94.36% <0.00%> (+8.46%) :arrow_up:
nomad/api/deployment.py 93.33% <0.00%> (+14.08%) :arrow_up:
nomad/api/node.py 84.61% <0.00%> (+15.86%) :arrow_up:
nomad/api/base.py 97.53% <0.00%> (+39.01%) :arrow_up:
nomad/__init__.py 97.80% <0.00%> (+43.20%) :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 a3f26fd...33ab459. Read the comment docs.