@@ -169,7 +169,7 @@ module.exports = () => {
169169 mcReproducible : true ,
170170 badEffectiveRunCoverage : 0.3333333 ,
171171 explicitlyNotBadEffectiveRunCoverage : 0 ,
172- flagComments : [
172+ minfiedFlags : [
173173 {
174174 id : 1 ,
175175 comment : "Some qc comment 1" ,
@@ -201,7 +201,7 @@ module.exports = () => {
201201 explicitlyNotBadEffectiveRunCoverage : 1 ,
202202 mcReproducible : false ,
203203 missingVerificationsCount : 1 ,
204- flagComments : [
204+ minfiedFlags : [
205205 {
206206 id : 7 ,
207207 comment : "Some qc comment 7" ,
@@ -219,7 +219,7 @@ module.exports = () => {
219219 explicitlyNotBadEffectiveRunCoverage : 0.7596538 ,
220220 mcReproducible : true ,
221221 missingVerificationsCount : 2 ,
222- flagComments : [
222+ minfiedFlags : [
223223 {
224224 id : 202 ,
225225 comment : "Some qc comment 1" ,
@@ -243,7 +243,7 @@ module.exports = () => {
243243 explicitlyNotBadEffectiveRunCoverage : 1 ,
244244 mcReproducible : false ,
245245 missingVerificationsCount : 1 ,
246- flagComments : [
246+ minfiedFlags : [
247247 {
248248 id : 203 ,
249249 comment : "Some qc comment 1" ,
@@ -266,7 +266,7 @@ module.exports = () => {
266266 mcReproducible : true ,
267267 badEffectiveRunCoverage : 0.1111111 ,
268268 explicitlyNotBadEffectiveRunCoverage : 0.2222222 ,
269- flagComments : [
269+ minfiedFlags : [
270270 {
271271 id : 1 ,
272272 comment : 'Some qc comment 1' ,
@@ -289,7 +289,7 @@ module.exports = () => {
289289 explicitlyNotBadEffectiveRunCoverage : 1 ,
290290 mcReproducible : false ,
291291 missingVerificationsCount : 1 ,
292- flagComments : [
292+ minfiedFlags : [
293293 {
294294 id : 7 ,
295295 comment : 'Some qc comment 7' ,
@@ -304,7 +304,7 @@ module.exports = () => {
304304 explicitlyNotBadEffectiveRunCoverage : 1 ,
305305 mcReproducible : true ,
306306 missingVerificationsCount : 2 ,
307- flagComments : [
307+ minfiedFlags : [
308308 {
309309 id : 201 ,
310310 comment : 'Some qc comment 1' ,
@@ -322,7 +322,7 @@ module.exports = () => {
322322 explicitlyNotBadEffectiveRunCoverage : 1 ,
323323 mcReproducible : false ,
324324 missingVerificationsCount : 1 ,
325- flagComments : [
325+ minfiedFlags : [
326326 {
327327 id : 203 ,
328328 comment : 'Some qc comment 1' ,
@@ -367,7 +367,7 @@ module.exports = () => {
367367 mcReproducible : false ,
368368 badEffectiveRunCoverage : 0.0769231 ,
369369 explicitlyNotBadEffectiveRunCoverage : 0 ,
370- flagComments : [
370+ minfiedFlags : [
371371 {
372372 id : 4 ,
373373 comment : 'Some qc comment 4' ,
@@ -391,7 +391,7 @@ module.exports = () => {
391391 mcReproducible : false ,
392392 badEffectiveRunCoverage : 0.0769231 ,
393393 explicitlyNotBadEffectiveRunCoverage : 0 ,
394- flagComments : [
394+ minfiedFlags : [
395395 {
396396 id : 4 ,
397397 comment : 'Some qc comment 4' ,
@@ -415,7 +415,7 @@ module.exports = () => {
415415 mcReproducible : false ,
416416 badEffectiveRunCoverage : 0.9288889 ,
417417 explicitlyNotBadEffectiveRunCoverage : 0 ,
418- flagComments : [
418+ minfiedFlags : [
419419 {
420420 id : 5 ,
421421 comment : 'Some qc comment 4' ,
@@ -445,7 +445,7 @@ module.exports = () => {
445445 mcReproducible : false ,
446446 badEffectiveRunCoverage : 0.1666667 ,
447447 explicitlyNotBadEffectiveRunCoverage : 0.8333333 ,
448- flagComments : [
448+ minfiedFlags : [
449449 {
450450 id : 100 ,
451451 comment : 'first part good' ,
@@ -465,7 +465,7 @@ module.exports = () => {
465465 mcReproducible : false ,
466466 badEffectiveRunCoverage : 0 ,
467467 explicitlyNotBadEffectiveRunCoverage : 1 ,
468- flagComments : [
468+ minfiedFlags : [
469469 {
470470 id : 102 ,
471471 comment : 'all good' ,
0 commit comments