blob: 3b6add29518c0fbdc9e55a8aa0f50ca95e105ae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[report]
omit =
fooey
gooey, m[23]*, kablooey
helloworld
[html]
directory = ../out/omit_5
|