jrxFive / python-nomad

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

region parameter fix #57

Closed tzahimizrahi closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.27%. The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   87.42%   87.14%   -0.28%     
==========================================
  Files          26       26              
  Lines        1161     1167       +6     
==========================================
+ Hits         1015     1017       +2     
- Misses        146      150       +4
Impacted Files Coverage Δ
nomad/__init__.py 95.65% <ø> (ø) :arrow_up:
nomad/api/base.py 85.45% <42.85%> (-3.01%) :arrow_down:

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 ebf814b...90e94ba. Read the comment docs.

jrxFive commented 6 years ago

Hey @tzahimizrahi, looks good thanks for the PR!