diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-28 19:30:29 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-28 19:30:29 -0500 |
commit | dfdf5f1f75644de3c6862e13a1247adb33adf7a8 (patch) | |
tree | 95bf41416b2f860bf98be8ca8c731876602d4ada /test/farm/html/src | |
parent | 408922759f7bc2a3a88a71e73184830d9e01ec2b (diff) | |
download | python-coveragepy-git-dfdf5f1f75644de3c6862e13a1247adb33adf7a8.tar.gz |
Omit prefixes can be specified in the config file.
Diffstat (limited to 'test/farm/html/src')
-rw-r--r-- | test/farm/html/src/omit4.ini | 2 | ||||
-rw-r--r-- | test/farm/html/src/omit5.ini | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/farm/html/src/omit4.ini b/test/farm/html/src/omit4.ini new file mode 100644 index 00000000..95f62a13 --- /dev/null +++ b/test/farm/html/src/omit4.ini @@ -0,0 +1,2 @@ +[report] +omit = m2 diff --git a/test/farm/html/src/omit5.ini b/test/farm/html/src/omit5.ini new file mode 100644 index 00000000..a5993942 --- /dev/null +++ b/test/farm/html/src/omit5.ini @@ -0,0 +1,5 @@ +[report] +omit = + fooey + gooey, m2, kablooey + m3, helloworld |