Skip to content

Commit a670712

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_data_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def aggregate_recorded_raw_data(
231231
continue
232232

233233
node_id = metric.get("node_id") or metric.get("test_node_id") or ""
234-
if not node_id or not test_source.startswith("k8s"):
234+
if not node_id and not test_source.startswith("k8s"):
235235
# some records do not have a node-id -> relates to requests in the background between tests
236236
# For K8s tests we do not have a node_id, so we keep those records
237237
continue

0 commit comments

Comments
 (0)