jrxFive / python-nomad

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

add prefixes option and tests #85

Closed jrxFive closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #85 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   91.19%   91.23%   +0.04%     
==========================================
  Files          26       26              
  Lines        1033     1038       +5     
==========================================
+ Hits          942      947       +5     
  Misses         91       91
Impacted Files Coverage Δ
nomad/api/namespaces.py 57.5% <100%> (+1.08%) :arrow_up:
nomad/api/allocations.py 100% <100%> (ø) :arrow_up:
nomad/api/jobs.py 89.58% <100%> (+0.22%) :arrow_up:
nomad/api/nodes.py 88.37% <100%> (+0.27%) :arrow_up:
nomad/api/evaluations.py 92.3% <100%> (+0.2%) :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 c3eb383...9aa69b8. Read the comment docs.