jrxFive / python-nomad

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

Add new parse endpoint that parses hcl into json job files. #55

Closed Tethik closed 6 years ago

Tethik commented 6 years ago

Version 0.8.3 added this new route: https://www.nomadproject.io/api/jobs.html#parse-job

codecov-io commented 6 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage    87.4%   87.42%   +0.02%     
==========================================
  Files          26       26              
  Lines        1159     1161       +2     
==========================================
+ Hits         1013     1015       +2     
  Misses        146      146
Impacted Files Coverage Δ
nomad/api/jobs.py 89.28% <100%> (+0.39%) :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 82ddd88...e120049. Read the comment docs.