57cecb27f5
Add exclude_lines in the report section of .coveragerc to ignore abstract in test coverage Change-Id: I7863a8ba7e20358fb7cdf3cc7e4d83871a5104ef
10 lines
122 B
INI
10 lines
122 B
INI
[run]
|
|
branch = True
|
|
source = watcher
|
|
omit = watcher/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
@abstract
|