
Running `tox -ecover` does not generate the coverage report. Instead the following is displayed to the user: No coverage report, but warnings instead: Coverage.py warning: Module networking-dpm was never imported. This patch set fixes the problem. Change-Id: Ia2f88e4899536e935e243200093d9855f2c56dbc
8 lines
89 B
INI
8 lines
89 B
INI
[run]
|
|
branch = True
|
|
source = os_dpm
|
|
omit = os_dpm/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|