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
52 lines (52 loc) · 831 Bytes
/
Copy pathcoverage.json
File metadata and controls
52 lines (52 loc) · 831 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"total": 50,
"codeLines": 62,
"fileReports": [
{
"total": 66,
"codeLines": 3,
"coverage": {
"1": 1,
"4": 1
},
"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
},
"filename": "reporter.py"
}
],
"language": "python"
}