Skip to content

Commit 709d679

Browse files
Collect k8s coverage data and include them in coverage JSON files
1 parent 5661bf3 commit 709d679

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs-parity-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ jobs:
163163
committer: "LocalStack Bot <[email protected]>"
164164
commit-message: "update generated parity coverage docs"
165165
token: ${{ secrets.PRO_ACCESS_TOKEN }}
166+
draft: "always-true"

scripts/create_data_coverage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def _init_metric_recorder(operations_dict: dict):
167167
"aws_validated": False,
168168
"snapshot_tested": False,
169169
"snapshot_skipped": "",
170+
"k8s_test_suite": False,
170171
}
171172
operations[operation] = op_attributes
172173

0 commit comments

Comments
 (0)