FIXME++
[omaha.git] / .coveragerc
blobc473ab00dd2c68c35aecdb4c60492df4a4b441f5
1 [run]
2 source =
3        Omaha/
4        Overlord/
6 [report]
7 # Regexes for lines to exclude from consideration
8 exclude_lines =
9     # Have to re-enable the standard pragma
10     pragma: no cover
12     # Don't complain if tests don't hit defensive assertion code:
13     raise AssertionError
14     raise NotImplementedError
15     \<assert\>.*
17     # Don't complain if non-runnable code isn't run:
18     if 0:
19     if __name__ == .__main__.:
21 precision = 1
22 include =
23         Omaha/*
24         Overlord/*