summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-01-28 23:30:31 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-01-28 23:30:31 +0000
commitc70d2bb3ea078c50ed4119661d79a01e54bf73f2 (patch)
treea452dc3f7cea0f55e46f608c1ce6162dd6d0541e
parent797b87832d7f7db1156da5efb4222ca882f7ca93 (diff)
downloadbuildstream-chandan/toxify-1.2.tar.gz
.coveragerc: Omit .tox/ directory from coverage statschandan/toxify-1.2
This is relevant bit of change from the MR !1051, to fix the coverage stats.
-rw-r--r--.coveragerc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 5a5e6c643..ca47c8a90 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -11,6 +11,8 @@ omit =
# Omit generated code
*/buildstream/_protos/*
*/.eggs/*
+ # Omit .tox directory
+ */.tox/*
[report]
show_missing = True