jrxFive / python-nomad

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

Nomad node drain 0.8 #54

Closed jonathanrcross closed 6 years ago

jonathanrcross commented 6 years ago

Support for:

Tests: add tests for metrics

Update documentation for node and jobs. Consolidate pytest fixtures in conftest.py

codecov-io commented 6 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.5%. The diff coverage is 76.66%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #54     +/-   ##
========================================
+ Coverage    86.9%   87.4%   +0.5%     
========================================
  Files          26      26             
  Lines        1130    1159     +29     
========================================
+ Hits          982    1013     +31     
+ Misses        148     146      -2
Impacted Files Coverage Δ
nomad/api/exceptions.py 100% <100%> (ø) :arrow_up:
nomad/api/node.py 86.48% <75.86%> (-7%) :arrow_down:
nomad/api/base.py 88.46% <0%> (+0.96%) :arrow_up:
nomad/__init__.py 95.65% <0%> (+1.08%) :arrow_up:
nomad/api/metrics.py 100% <0%> (+41.17%) :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 a01f381...090f592. Read the comment docs.