diff options
-rw-r--r-- | .coveragerc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index 9ff3be9..6cbf474 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,3 @@ [run] -source=pyparsing # This line instructs only the code contained in the "pyparsing.py" to be measured for coverage. +# This line instructs only the code contained in the "pyparsing.py" to be measured for coverage. +source=pyparsing |