-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.coveragerc
72 lines (64 loc) · 1.09 KB
/
.coveragerc
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[run]
branch = True
include =
Ac.py
Action.py
ActiveGraph.py
ActiveNode.py
codegen.py
criteria.py
gen.py
Indenting.py
Indent1.py
log.py
NetworkxPortGraph.py
Node.py
NodeParams.py
Numble.py
NumboGraph.py
PortMates.py
Predefs.py
Primitives.py
Propagator.py
StdGraph.py
util.py
WeightedNodes.py
brute.py
ExprAsEquation.py
expr.py
NodeSpec.py
BuildSpec.py
gloms.py
View.py
testAction.py
testActionNode.py
testActionNode.py
testCodegen.py
testGen.py
testIndent1.py
testIndenting.py
testNetworkxPortGraph.py
testNumboGraph.py
testNodeParams.py
testNumble.py
testPostamble.py
testPropagator.py
testStdGraph.py
testSupport.py
test_find.py
test_override.py
test_slipnet.py
test_util.py
atest_numbo.py
testBrute.py
atest_numbo.py
testNodeSpec.py
testBuildSpec.py
testGloms.py
[report]
omit =
test*.py
exclude_lines =
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True