We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a670712 commit d52186cCopy full SHA for d52186c
scripts/create_data_coverage.py
@@ -283,6 +283,7 @@ def aggregate_recorded_raw_data(
283
if external_test and not op_record.get("external_test_suite"):
284
op_record["external_test_suite"] = True
285
if k8s_tested and not op_record.get("k8s_test_suite"):
286
+ print(f"Setting k8s_test_suite True for {op_record=}")
287
op_record["k8s_test_suite"] = True
288
289
aws_validated = (
0 commit comments