When using the `coverage` tox environment we want to see the coverage
for the majority of the cephadm code. There is now a lot of code in
cephadmlib and so it makes sense to extend the default coverage report
to include cephadmlib.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
{[testenv]deps}
pytest-cov
commands =
- pytest -v --cov=cephadm --cov-report=term-missing --cov-report=html {posargs}
+ pytest -v --cov=cephadm --cov=cephadmlib --cov-report=term-missing --cov-report=html {posargs}
[testenv:check-black]
deps =