Skip to content

Commit d52186c

Browse files
Collect k8s coverage data and include them in coverage JSON files
1 parent a670712 commit d52186c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create_data_coverage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def aggregate_recorded_raw_data(
283283
if external_test and not op_record.get("external_test_suite"):
284284
op_record["external_test_suite"] = True
285285
if k8s_tested and not op_record.get("k8s_test_suite"):
286+
print(f"Setting k8s_test_suite True for {op_record=}")
286287
op_record["k8s_test_suite"] = True
287288

288289
aws_validated = (

0 commit comments

Comments
 (0)