1[run]
2branch = True
3
4[report]
5omit =
6    */samples/*
7    */conftest.py
8    */google-cloud-sdk/lib/*
9exclude_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
16