Comment 2 for bug 1552617

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (master)

Reviewed: https://review.openstack.org/287658
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=63fffeacd8c6faf99448ea0d5914af97977e07ce
Submitter: Jenkins
Branch: master

commit 63fffeacd8c6faf99448ea0d5914af97977e07ce
Author: Gábor Antal <email address hidden>
Date: Thu Mar 3 09:45:41 2016 +0100

    Remove tests omission from coverage target in tox.ini

    In coverage target in tox.ini, there is the following argument:
      --omit="watcher/tests/*"

    However, in .coveragerc, the tests are also omitted,
    according to line 4 in .coveragerc:
      omit = watcher/tests/*

    So the watcher/tests/* directory is omitted twice. As it can be
    seen in other modules (e.g.: swift, nova) omitting only in
    .coveragerc should be enough.

    Change-Id: I72951196a346fb73a90c998138fc91dd171432cd
    Closes-Bug: #1552617