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

Resolve issue with the return value for test runner #23

Closed whart222 closed 4 years ago

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.1%) to 61.038% when pulling a10b49d7819986a8f0086ff2f3a20b15569584f0 on issue-22 into dedf027cb0dc30b481aa74e9dcbb87fd64cdd09c on master.

codecov-io commented 4 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage      63%   62.54%   -0.46%     
==========================================
  Files          87       87              
  Lines        8752     8753       +1     
==========================================
- Hits         5514     5475      -39     
- Misses       3238     3278      +40
Impacted Files Coverage Δ
pyutilib/dev/runtests.py 72.51% <100%> (ø) :arrow_up:
pyutilib/math/median2.py 9.09% <0%> (-90.91%) :arrow_down:
pyutilib/pyro/util.py 22.83% <0%> (-3.09%) :arrow_down:
pyutilib/pyro/dispatcher.py 20.22% <0%> (-2.88%) :arrow_down:
pyutilib/subprocess/processmngr.py 60.34% <0%> (-1.68%) :arrow_down:
pyutilib/misc/archivereader.py 81.61% <0%> (-0.57%) :arrow_down:
pyutilib/workflow/task.py 97.68% <0%> (-0.57%) :arrow_down:
pyutilib/component/core/core.py 84.61% <0%> (-0.45%) :arrow_down:
pyutilib/pyro/worker.py 14.76% <0%> (-0.43%) :arrow_down:
pyutilib/workflow/functor.py 97.51% <0%> (-0.41%) :arrow_down:
... and 3 more

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 dedf027...a10b49d. Read the comment docs.