watcher/tests are omitted twice
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Low
|
Gábor Antal |
Bug Description
watcher/tests is omitted twice, once in tox.ini, once in .coveragerc
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Changed in watcher: | |
status: | New → In Progress |
tags: | added: low-hanging-fruit |
Changed in watcher: | |
importance: | Undecided → Low |
milestone: | none → mitaka-3 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 63fffeacd8c6faf
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:
-
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: I72951196a346fb
Closes-Bug: #1552617
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/287658
Review: https:/