Skip to content

Commit 8834e10

Browse files
committed
Revert "use newly generated coverage files which failed the build"
This reverts commit bf6352f.
1 parent bf6352f commit 8834e10

File tree

2 files changed

+9
-77
lines changed

2 files changed

+9
-77
lines changed

tests/coverage/pos/ContextFunctions.scoverage.check

+4-55
Original file line numberDiff line numberDiff line change
@@ -41,40 +41,6 @@ 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
7844
readName2
7945
121
8046
134
@@ -86,7 +52,7 @@ false
8652
false
8753
def readName2
8854

89-
4
55+
2
9056
ContextFunctions.scala
9157
covtest
9258
Imperative
@@ -103,7 +69,7 @@ false
10369
false
10470
OnError((e) => readName2(using e)(using s)).onError(None)
10571

106-
5
72+
3
10773
ContextFunctions.scala
10874
covtest
10975
Imperative
@@ -120,7 +86,7 @@ false
12086
false
12187
OnError((e) => readName2(using e)(using s))
12288

123-
6
89+
4
12490
ContextFunctions.scala
12591
covtest
12692
Imperative
@@ -137,24 +103,7 @@ false
137103
false
138104
readName2(using e)(using s)
139105

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
106+
5
158107
ContextFunctions.scala
159108
covtest
160109
Imperative

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

+5-22
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,6 @@ 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$
7861
Test
7962
140
8063
152
@@ -86,7 +69,7 @@ false
8669
false
8770
JavaObject()
8871

89-
4
72+
3
9073
java-methods/test.scala
9174
<empty>
9275
test$package$
@@ -103,7 +86,7 @@ false
10386
false
10487
obj.f()
10588

106-
5
89+
4
10790
java-methods/test.scala
10891
<empty>
10992
test$package$
@@ -120,7 +103,7 @@ false
120103
false
121104
println(obj.identity[Int](0))
122105

123-
6
106+
5
124107
java-methods/test.scala
125108
<empty>
126109
test$package$
@@ -137,7 +120,7 @@ false
137120
false
138121
obj.identity[Int](0)
139122

140-
7
123+
6
141124
java-methods/test.scala
142125
<empty>
143126
test$package$
@@ -154,7 +137,7 @@ false
154137
false
155138
println("ok!")
156139

157-
8
140+
7
158141
java-methods/test.scala
159142
<empty>
160143
test$package$

0 commit comments

Comments
 (0)