@@ -161,6 +161,8 @@ jobs:
161
161
with :
162
162
name : coverage-${{ github.job }}-${{ strategy.job-index }}
163
163
path : ./**/.coverage.*
164
+ include-hidden-files : true
165
+ if-no-files-found : error
164
166
retention-days : 1
165
167
166
168
grpc :
@@ -210,6 +212,8 @@ jobs:
210
212
with :
211
213
name : coverage-${{ github.job }}-${{ strategy.job-index }}
212
214
path : ./**/.coverage.*
215
+ include-hidden-files : true
216
+ if-no-files-found : error
213
217
retention-days : 1
214
218
215
219
nginx :
@@ -273,6 +277,8 @@ jobs:
273
277
with :
274
278
name : coverage-${{ github.job }}-${{ strategy.job-index }}
275
279
path : ./**/.coverage.*
280
+ include-hidden-files : true
281
+ if-no-files-found : error
276
282
retention-days : 1
277
283
278
284
postgres16 :
@@ -337,6 +343,8 @@ jobs:
337
343
with :
338
344
name : coverage-${{ github.job }}-${{ strategy.job-index }}
339
345
path : ./**/.coverage.*
346
+ include-hidden-files : true
347
+ if-no-files-found : error
340
348
retention-days : 1
341
349
342
350
postgres9 :
@@ -401,6 +409,8 @@ jobs:
401
409
with :
402
410
name : coverage-${{ github.job }}-${{ strategy.job-index }}
403
411
path : ./**/.coverage.*
412
+ include-hidden-files : true
413
+ if-no-files-found : error
404
414
retention-days : 1
405
415
406
416
mssql :
@@ -468,6 +478,8 @@ jobs:
468
478
with :
469
479
name : coverage-${{ github.job }}-${{ strategy.job-index }}
470
480
path : ./**/.coverage.*
481
+ include-hidden-files : true
482
+ if-no-files-found : error
471
483
retention-days : 1
472
484
473
485
mysql :
@@ -535,6 +547,8 @@ jobs:
535
547
with :
536
548
name : coverage-${{ github.job }}-${{ strategy.job-index }}
537
549
path : ./**/.coverage.*
550
+ include-hidden-files : true
551
+ if-no-files-found : error
538
552
retention-days : 1
539
553
540
554
rediscluster :
@@ -638,6 +652,8 @@ jobs:
638
652
with :
639
653
name : coverage-${{ github.job }}-${{ strategy.job-index }}
640
654
path : ./**/.coverage.*
655
+ include-hidden-files : true
656
+ if-no-files-found : error
641
657
retention-days : 1
642
658
643
659
redis :
@@ -700,6 +716,8 @@ jobs:
700
716
with :
701
717
name : coverage-${{ github.job }}-${{ strategy.job-index }}
702
718
path : ./**/.coverage.*
719
+ include-hidden-files : true
720
+ if-no-files-found : error
703
721
retention-days : 1
704
722
705
723
solr :
@@ -764,6 +782,8 @@ jobs:
764
782
with :
765
783
name : coverage-${{ github.job }}-${{ strategy.job-index }}
766
784
path : ./**/.coverage.*
785
+ include-hidden-files : true
786
+ if-no-files-found : error
767
787
retention-days : 1
768
788
769
789
memcached :
@@ -826,6 +846,8 @@ jobs:
826
846
with :
827
847
name : coverage-${{ github.job }}-${{ strategy.job-index }}
828
848
path : ./**/.coverage.*
849
+ include-hidden-files : true
850
+ if-no-files-found : error
829
851
retention-days : 1
830
852
831
853
rabbitmq :
@@ -889,6 +911,8 @@ jobs:
889
911
with :
890
912
name : coverage-${{ github.job }}-${{ strategy.job-index }}
891
913
path : ./**/.coverage.*
914
+ include-hidden-files : true
915
+ if-no-files-found : error
892
916
retention-days : 1
893
917
894
918
kafka :
@@ -963,6 +987,8 @@ jobs:
963
987
with :
964
988
name : coverage-${{ github.job }}-${{ strategy.job-index }}
965
989
path : ./**/.coverage.*
990
+ include-hidden-files : true
991
+ if-no-files-found : error
966
992
retention-days : 1
967
993
968
994
mongodb3 :
@@ -1025,6 +1051,8 @@ jobs:
1025
1051
with :
1026
1052
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1027
1053
path : ./**/.coverage.*
1054
+ include-hidden-files : true
1055
+ if-no-files-found : error
1028
1056
retention-days : 1
1029
1057
1030
1058
mongodb8 :
@@ -1087,6 +1115,8 @@ jobs:
1087
1115
with :
1088
1116
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1089
1117
path : ./**/.coverage.*
1118
+ include-hidden-files : true
1119
+ if-no-files-found : error
1090
1120
retention-days : 1
1091
1121
1092
1122
cassandra :
@@ -1154,6 +1184,8 @@ jobs:
1154
1184
with :
1155
1185
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1156
1186
path : ./**/.coverage.*
1187
+ include-hidden-files : true
1188
+ if-no-files-found : error
1157
1189
retention-days : 1
1158
1190
1159
1191
elasticsearchserver07 :
@@ -1218,6 +1250,8 @@ jobs:
1218
1250
with :
1219
1251
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1220
1252
path : ./**/.coverage.*
1253
+ include-hidden-files : true
1254
+ if-no-files-found : error
1221
1255
retention-days : 1
1222
1256
1223
1257
elasticsearchserver08 :
@@ -1283,6 +1317,8 @@ jobs:
1283
1317
with :
1284
1318
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1285
1319
path : ./**/.coverage.*
1320
+ include-hidden-files : true
1321
+ if-no-files-found : error
1286
1322
retention-days : 1
1287
1323
1288
1324
firestore :
@@ -1352,6 +1388,8 @@ jobs:
1352
1388
with :
1353
1389
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1354
1390
path : ./**/.coverage.*
1391
+ include-hidden-files : true
1392
+ if-no-files-found : error
1355
1393
retention-days : 1
1356
1394
1357
1395
valkey :
@@ -1414,4 +1452,6 @@ jobs:
1414
1452
with :
1415
1453
name : coverage-${{ github.job }}-${{ strategy.job-index }}
1416
1454
path : ./**/.coverage.*
1455
+ include-hidden-files : true
1456
+ if-no-files-found : error
1417
1457
retention-days : 1
0 commit comments