summaryrefslogtreecommitdiffstats
path: root/third_party/python/attrs/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/attrs/.coveragerc')
-rw-r--r--third_party/python/attrs/.coveragerc13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/python/attrs/.coveragerc b/third_party/python/attrs/.coveragerc
new file mode 100644
index 0000000000..093c119431
--- /dev/null
+++ b/third_party/python/attrs/.coveragerc
@@ -0,0 +1,13 @@
+[run]
+branch = True
+source =
+ attr
+
+[paths]
+source =
+ src/attr
+ .tox/*/lib/python*/site-packages/attr
+ .tox/pypy/site-packages/attr
+
+[report]
+show_missing = True