[Checkins] [zopefoundation/zdaemon] d832b1: Track coverage in subprocesses

GitHub noreply at github.com
Wed Apr 15 14:03:29 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zdaemon
  Commit: d832b175baf911553f8ce364f7e90e7a38af42b9
      https://github.com/zopefoundation/zdaemon/commit/d832b175baf911553f8ce364f7e90e7a38af42b9
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-04-15 (Wed, 15 Apr 2015)

  Changed paths:
    M .coveragerc
    M .gitignore
    M src/zdaemon/tests/tests.py
    M tox.ini

  Log Message:
  -----------
  Track coverage in subprocesses

This currently only works for ./zdaemon executed from the README.rst
test.  Other tests need to be modified in a similar way (i.e. call
coverage.process_start() in the child process, if 'coverage' is
importable).

Warning: if you intend to run 'coverage report' or 'coverage xml', you
need to explicitly set COVERAGE_HOME=. or it will fail to find the
covergae information.




More information about the checkins mailing list