changeset 5209:729e703a6c5a

Added .coveragerc to exclude the dist utilites from code coverage. They will never be automaticaly tested as they aren't part of distributed code packages.
author John Rouillard <rouilj@ieee.org>
date Sun, 19 Mar 2017 11:21:21 -0400
parents 23b8eeaf9864
children 7da56980754d
files .coveragerc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.coveragerc	Sun Mar 19 11:21:21 2017 -0400
@@ -0,0 +1,5 @@
+[run]
+
+# ignore the dist utils. They are not part of the code base
+# we are going to test. They are used by maintainers only.
+omit = roundup/dist/*

Roundup Issue Tracker: http://roundup-tracker.org/