hynek / prometheus-async

Async Python helpers for the official prometheus-client.
https://prometheus-async.readthedocs.io/
Apache License 2.0
159 stars 15 forks source link

Modernize, drop Python 3.4 #9

Closed hynek closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #9 into master will decrease coverage by 0.83%. The diff coverage is 78.18%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #9      +/-   ##
=========================================
- Coverage   96.24%   95.4%   -0.84%     
=========================================
  Files           8       8              
  Lines         266     283      +17     
  Branches       14      18       +4     
=========================================
+ Hits          256     270      +14     
- Misses          9      11       +2     
- Partials        1       2       +1
Impacted Files Coverage Δ
src/prometheus_async/_utils.py 100% <ø> (ø)
src/prometheus_async/__init__.py 100% <100%> (+5%) :arrow_up:
src/prometheus_async/aio/web.py 100% <100%> (ø) :arrow_up:
src/prometheus_async/tx/__init__.py 100% <100%> (ø) :arrow_up:
src/prometheus_async/aio/_decorators.py 100% <100%> (ø) :arrow_up:
src/prometheus_async/tx/_decorators.py 100% <100%> (ø) :arrow_up:
src/prometheus_async/aio/sd.py 70.45% <61.29%> (-3.46%) :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 f701499...2c1d870. Read the comment docs.