os-dpm/.coveragerc
Andreas Scheuring df600774c0 Fix an issue where no test coverage report is created
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
2017-01-17 15:10:36 +01:00

8 lines
89 B
INI

[run]
branch = True
source = os_dpm
omit = os_dpm/tests/*
[report]
ignore_errors = True