anchor/.coveragerc
Stanisław Pitucha c813864421 Enable branch coverage reporting
Additionally remove coverage files before the run, because they're not
compatible with standard coverage results and could cause failures.

Change-Id: I5937ed1b04bda0741b41972808107829f589ec9e
2015-11-05 16:31:44 +11:00

8 lines
97 B
INI

[run]
branch = True
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError