PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

fix missing 'self' as first parameter #34

Closed nerdoc closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 64.232% when pulling 427f82a3ce4211f2f5cb85b8076f1e355af36a4e on nerdoc:patch-1 into 03ee54da4140d235e25bd38b3716583f51bc1beb on PyUtilib:master.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   65.18%   65.18%           
=======================================
  Files          85       85           
  Lines        8611     8611           
=======================================
  Hits         5613     5613           
  Misses       2998     2998
Impacted Files Coverage Δ
pyutilib/component/core/core.py 84.94% <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 03ee54d...427f82a. Read the comment docs.