-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestcoverage.rc
More file actions
38 lines (33 loc) · 817 Bytes
/
testcoverage.rc
File metadata and controls
38 lines (33 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# python -m coverage html --rcfile=testcoverage.rc --title="..."
# __version__ = '24.01.07'
[report]
exclude_lines =
pragma: no cover
no cover
PYCHOK no cover
except\s
\sraise\s
if False:
if __name__ == .__main__.:
if _FOR_DOCS:
include =
pygeodesy3/*.py
pygeodesy3/Base/*.py
pygeodesy3/deprecated/*.py
pygeodesy3/distances/*.py
pygeodesy3/earth/*.py
pygeodesy3/elevations/*.py
pygeodesy3/ellipsoidal/*.py
pygeodesy3/geodesic/*.py
pygeodesy3/geodesic/exact/*.py
pygeodesy3/grids/*.py
pygeodesy3/maths/*.py
pygeodesy3/maths/auxilats/*.py
pygeodesy3/miscs/*.py
pygeodesy3/polygonal/*.py
pygeodesy3/projections/*.py
pygeodesy3/rhumb/*.py
pygeodesy3/spherical/*.py
# omit = test/*.py
[html]
directory = testcoverage