blob: 9ba3d3fe66a0de2af1eb4c43679036245e213314 [file] [log] [blame]
Jon Wayne Parrott377f2932016-10-04 10:20:36 -07001[run]
2branch = True
3
4[report]
5omit =
6 */samples/*
7 */conftest.py
arithmetic1728ef312842021-11-01 13:10:17 -07008 */google-cloud-sdk/lib/*
Jon Wayne Parrott377f2932016-10-04 10:20:36 -07009exclude_lines =
10 # Re-enable the standard pragma
11 pragma: NO COVER
12 # Ignore debug-only repr
13 def __repr__
14 # Don't complain if tests don't hit defensive assertion code:
15 raise NotImplementedError