-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathcoverage.json
53 lines (53 loc) · 1.38 KB
/
coverage.json
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
{
"meta": {
"version": "5.5",
"timestamp": "2021-08-10T11:37:35.476947",
"branch_coverage": false,
"show_contexts": false
},
"files": {
"Packs/MyPack1/Integrations/MyIntegration/integration.py": {
"executed_lines": [
1,
330
],
"summary": {
"covered_lines": 113,
"num_statements": 150,
"percent_covered": 75.3333,
"missing_lines": 37,
"excluded_lines": 0
},
"missing_lines": [
47,
331
],
"excluded_lines": []
},
"Packs/MyPack2/Integrations/MyIntegration/integration.py": {
"executed_lines": [
1,
392
],
"summary": {
"covered_lines": 69,
"num_statements": 94,
"percent_covered": 73.40425,
"missing_lines": 25,
"excluded_lines": 0
},
"missing_lines": [
113,
393
],
"excluded_lines": []
}
},
"totals": {
"covered_lines": 895,
"num_statements": 1509,
"percent_covered": 59.310801855,
"missing_lines": 614,
"excluded_lines": 0
}
}