Skip to content

Commit 0ee6bae

Browse files
jormundur00vjovanov
authored andcommitted
Update generated library support for org.rnorth.duct-tape:duct-tape:1.0.8
1 parent e4e5222 commit 0ee6bae

3 files changed

Lines changed: 44 additions & 3 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"resources": [
3+
{
4+
"condition": {
5+
"typeReached": "org.rnorth.ducttape.unreliables.Unreliables"
6+
},
7+
"glob": "org/slf4j/impl/StaticLoggerBinder.class"
8+
}
9+
]
10+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"versions" : [ {
3+
"version" : "1.0.8",
4+
"dynamicAccess" : {
5+
"breakdown" : { },
6+
"coverageRatio" : 1.0,
7+
"coveredCalls" : 0,
8+
"totalCalls" : 0
9+
},
10+
"libraryCoverage" : {
11+
"instruction" : {
12+
"covered" : 923,
13+
"missed" : 52,
14+
"ratio" : 0.946667,
15+
"total" : 975
16+
},
17+
"line" : {
18+
"covered" : 214,
19+
"missed" : 15,
20+
"ratio" : 0.934498,
21+
"total" : 229
22+
},
23+
"method" : {
24+
"covered" : 68,
25+
"missed" : 9,
26+
"ratio" : 0.883117,
27+
"total" : 77
28+
}
29+
}
30+
} ]
31+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"rules": [
2+
"rules" : [
33
{
4-
"excludeClasses": "**"
4+
"excludeClasses" : "**"
55
},
66
{
7-
"includeClasses": "org.rnorth.ducttape.**"
7+
"includeClasses" : "org.rnorth.ducttape.**"
88
}
99
]
1010
}

0 commit comments

Comments
 (0)