@@ -66,11 +66,11 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
66
66
},
67
67
],
68
68
},
69
- " displayValue" : " 56 %" ,
69
+ " displayValue" : " 55.6 %" ,
70
70
" score" : 0.5556 ,
71
71
" slug" : " function-coverage" ,
72
72
" title" : " Function coverage" ,
73
- " value" : 56 ,
73
+ " value" : 55.55555555555556 ,
74
74
},
75
75
{
76
76
" description" : " Measures how many branches were executed after conditional statements in at least one test." ,
@@ -88,11 +88,11 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
88
88
},
89
89
],
90
90
},
91
- " displayValue" : " 88 %" ,
91
+ " displayValue" : " 87.5 %" ,
92
92
" score" : 0.875 ,
93
93
" slug" : " branch-coverage" ,
94
94
" title" : " Branch coverage" ,
95
- " value" : 88 ,
95
+ " value" : 87.5 ,
96
96
},
97
97
{
98
98
" description" : " Measures how many lines of code were executed in at least one test." ,
@@ -210,11 +210,11 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
210
210
},
211
211
],
212
212
},
213
- " displayValue" : " 62 %" ,
213
+ " displayValue" : " 62.1 %" ,
214
214
" score" : 0.6211 ,
215
215
" slug" : " line-coverage" ,
216
216
" title" : " Line coverage" ,
217
- " value" : 62 ,
217
+ " value" : 62.10526315789474 ,
218
218
},
219
219
],
220
220
" description" : " Official Code PushUp code coverage plugin." ,
@@ -347,11 +347,11 @@ exports[`CLI collect > should run Code coverage plugin which collects passed res
347
347
},
348
348
],
349
349
},
350
- " displayValue" : " 76 %" ,
350
+ " displayValue" : " 76.5 %" ,
351
351
" score" : 0.7647 ,
352
352
" slug" : " branch-coverage" ,
353
353
" title" : " Branch coverage" ,
354
- " value" : 76 ,
354
+ " value" : 76.47058823529412 ,
355
355
},
356
356
{
357
357
" description" : " Measures how many lines of code were executed in at least one test." ,
0 commit comments