Index: third_party/gsutil/third_party/oauth2client/.coveragerc |
diff --git a/third_party/gsutil/third_party/oauth2client/.coveragerc b/third_party/gsutil/third_party/oauth2client/.coveragerc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..83429b0d394e27eaf28bdd1858e6b0143d342b25 |
--- /dev/null |
+++ b/third_party/gsutil/third_party/oauth2client/.coveragerc |
@@ -0,0 +1,7 @@ |
+[report] |
+omit = */samples/* |
+exclude_lines = |
+ # Re-enable the standard pragma |
+ pragma: NO COVER |
+ # Ignore debug-only repr |
+ def __repr__ |