jrxFive / python-nomad

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

ensure python 3.7 and 3.8 are supported/tested against #104

Closed jonathanrcross closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #104 into master will decrease coverage by 12.33%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #104       +/-   ##
===========================================
- Coverage   91.10%   78.76%   -12.34%     
===========================================
  Files          26       26               
  Lines        1034     1196      +162     
===========================================
  Hits          942      942               
- Misses         92      254      +162     
Impacted Files Coverage Δ
nomad/__init__.py 54.60% <0.00%> (-43.21%) :arrow_down:
nomad/api/base.py 58.51% <0.00%> (-39.02%) :arrow_down:
nomad/api/node.py 68.75% <0.00%> (-15.87%) :arrow_down:
nomad/api/deployment.py 79.24% <0.00%> (-14.09%) :arrow_down:
nomad/api/job.py 85.89% <0.00%> (-8.47%) :arrow_down:
nomad/api/client.py 90.42% <0.00%> (-6.17%) :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 44bff33...ca040ba. Read the comment docs.