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

Fix for py2only syntax #22

Closed benjaoming closed 6 years ago

benjaoming commented 6 years ago

Fixes #21

codecov-io commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by 2.51%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage    86.2%   88.72%   +2.51%     
==========================================
  Files           4        4              
  Lines         203      204       +1     
==========================================
+ Hits          175      181       +6     
+ Misses         28       23       -5
Impacted Files Coverage Δ
src/ifcfg/cli.py 85.71% <100%> (+85.71%) :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 4825b28...84c9c80. Read the comment docs.