forked from archived-codacy/python-codacy-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverage.json
More file actions
83 lines (83 loc) · 1.33 KB
/
Copy pathcoverage.json
File metadata and controls
83 lines (83 loc) · 1.33 KB
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
73
74
75
76
77
78
79
80
81
82
83
{
"total": 50,
"codeLines": 62,
"fileReports": [
{
"total": 66,
"codeLines": 3,
"coverage": {
"1": 1,
"4": 1,
"5": 0
},
"filename": "__init__.py"
},
{
"total": 49,
"codeLines": 59,
"coverage": {
"50": 1,
"60": 1,
"80": 1,
"52": 1,
"26": 1,
"20": 1,
"49": 1,
"44": 1,
"42": 1,
"43": 1,
"3": 1,
"5": 1,
"4": 1,
"7": 1,
"6": 1,
"9": 1,
"11": 1,
"15": 1,
"14": 1,
"17": 1,
"16": 1,
"55": 1,
"54": 1,
"31": 1,
"30": 1,
"51": 1,
"36": 1,
"34": 1,
"57": 1,
"21": 0,
"23": 0,
"62": 0,
"63": 0,
"64": 0,
"69": 0,
"71": 0,
"73": 0,
"74": 0,
"76": 0,
"77": 0,
"81": 0,
"82": 0,
"83": 0,
"84": 0,
"86": 0,
"88": 0,
"89": 0,
"91": 0,
"92": 0,
"93": 0,
"95": 0,
"96": 0,
"98": 0,
"99": 0,
"100": 0,
"102": 0,
"103": 0,
"105": 0,
"106": 0
},
"filename": "reporter.py"
}
],
"language": "python"
}