change look-up -> look up
[scons.git] / .coverage_templates / .coveragerc.template
blob6413924826ad3d850d728dbfeb3cc25b1f818026
1 [run]
2 source = $PWD
3 parallel = True
4 omit =
5         *Tests.py
6         */src/*
7         */test/*
8         */testing/*
9         */template/*
10         */scripts/*
11         */scons-time.py
12         */bootstrap.py
13         */runtest.py
14         */setup.py
16 [path]
17 source = $PWD
19 [report]
20 omit =
21         *Tests.py
22         */src/*
23         */test/*
24         */testing/*
25         */template/*
26         */scripts/*
27         */scons-time.py
28         */bootstrap.py
29         */runtest.py
30         */setup.py