mozilla-services / python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://python-dockerflow.readthedocs.io
Mozilla Public License 2.0
38 stars 22 forks source link

Fix support of Python 3.8 (revamped) #39

Closed jezdez closed 5 years ago

jezdez commented 5 years ago

This is a replacement for #38 since it contains a few more test restructuring.

codecov-io commented 5 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #39   +/-   ##
======================================
  Coverage    98.8%   98.8%           
======================================
  Files          19      19           
  Lines         585     585           
  Branches       79      79           
======================================
  Hits          578     578           
  Misses          6       6           
  Partials        1       1
Impacted Files Coverage Δ
src/dockerflow/logging.py 100% <100%> (ø) :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 74765c5...d313556. Read the comment docs.