ftao / python-ifcfg

Python cross-platform network interface discovery (ifconfig/ipconfig/ip)
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Add Python 3.8 support to Travis config #53

Closed benjaoming closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #53 into master will increase coverage by 1.20%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   83.47%   84.67%   +1.20%     
==========================================
  Files           4        4              
  Lines         242      261      +19     
==========================================
+ Hits          202      221      +19     
  Misses         40       40              
Impacted Files Coverage Δ
src/ifcfg/parser.py 81.25% <0.00%> (+2.05%) :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 8928504...b6d7f27. Read the comment docs.

benjaoming commented 4 years ago

Python 3.8 support was added without any changes to the codebase, just PyPi metadata changes.