Skip to content

Commit bf6352f

Browse files
committed
use newly generated coverage files which failed the build
1 parent 3736e85 commit bf6352f

File tree

2 files changed

+77
-9
lines changed

2 files changed

+77
-9
lines changed

tests/coverage/pos/ContextFunctions.scoverage.check

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,40 @@ covtest
4141
Imperative
4242
Class
4343
covtest.Imperative
44+
$anonfun
45+
156
46+
168
47+
7
48+
$anonfun
49+
DefDef
50+
false
51+
0
52+
false
53+
(c: String)
54+
55+
2
56+
ContextFunctions.scala
57+
covtest
58+
Imperative
59+
Class
60+
covtest.Imperative
61+
$anonfun
62+
137
63+
152
64+
7
65+
$anonfun
66+
DefDef
67+
false
68+
0
69+
false
70+
(t: Exception)
71+
72+
3
73+
ContextFunctions.scala
74+
covtest
75+
Imperative
76+
Class
77+
covtest.Imperative
4478
readName2
4579
121
4680
134
@@ -52,7 +86,7 @@ false
5286
false
5387
def readName2
5488

55-
2
89+
4
5690
ContextFunctions.scala
5791
covtest
5892
Imperative
@@ -69,7 +103,7 @@ false
69103
false
70104
OnError((e) => readName2(using e)(using s)).onError(None)
71105

72-
3
106+
5
73107
ContextFunctions.scala
74108
covtest
75109
Imperative
@@ -86,7 +120,7 @@ false
86120
false
87121
OnError((e) => readName2(using e)(using s))
88122

89-
4
123+
6
90124
ContextFunctions.scala
91125
covtest
92126
Imperative
@@ -103,7 +137,24 @@ false
103137
false
104138
readName2(using e)(using s)
105139

106-
5
140+
7
141+
ContextFunctions.scala
142+
covtest
143+
Imperative
144+
Class
145+
covtest.Imperative
146+
$anonfun
147+
260
148+
264
149+
13
150+
$anonfun
151+
DefDef
152+
false
153+
0
154+
false
155+
(e)
156+
157+
8
107158
ContextFunctions.scala
108159
covtest
109160
Imperative

tests/coverage/run/java-methods/test.scoverage.check

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@ java-methods/test.scala
5858
test$package$
5959
Object
6060
<empty>.test$package$
61+
$anonfun
62+
119
63+
121
64+
5
65+
$anonfun
66+
DefDef
67+
false
68+
0
69+
false
70+
a
71+
72+
3
73+
java-methods/test.scala
74+
<empty>
75+
test$package$
76+
Object
77+
<empty>.test$package$
6178
Test
6279
140
6380
152
@@ -69,7 +86,7 @@ false
6986
false
7087
JavaObject()
7188

72-
3
89+
4
7390
java-methods/test.scala
7491
<empty>
7592
test$package$
@@ -86,7 +103,7 @@ false
86103
false
87104
obj.f()
88105

89-
4
106+
5
90107
java-methods/test.scala
91108
<empty>
92109
test$package$
@@ -103,7 +120,7 @@ false
103120
false
104121
println(obj.identity[Int](0))
105122

106-
5
123+
6
107124
java-methods/test.scala
108125
<empty>
109126
test$package$
@@ -120,7 +137,7 @@ false
120137
false
121138
obj.identity[Int](0)
122139

123-
6
140+
7
124141
java-methods/test.scala
125142
<empty>
126143
test$package$
@@ -137,7 +154,7 @@ false
137154
false
138155
println("ok!")
139156

140-
7
157+
8
141158
java-methods/test.scala
142159
<empty>
143160
test$package$

0 commit comments

Comments
 (0)