| [run] | |
| branch = True | |
| [report] | |
| fail_under = 100 | |
| show_missing = True | |
| omit = | |
| google/cloud/bigquery/__init__.py | |
| google/cloud/bigquery_v2/* # Legacy proto-based types. | |
| exclude_lines = | |
| # Re-enable the standard pragma | |
| pragma: NO COVER | |
| # Ignore debug-only repr | |
| def __repr__ | |