Skip to content

Commit da75629

Browse files
Collect k8s coverage data and include them in coverage JSON files
1 parent c286384 commit da75629

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,24 @@ jobs:
103103
WORKFLOW: "AWS / Build, Test, Push"
104104
RESOURCE_FOLDER: "metrics-implementation-details/community"
105105

106+
- name: Download coverage data for K8s pipeline (acceptance tests) (GitHub)
107+
working-directory: docs
108+
run: /tmp/get_latest_github_metrics.sh ./target k8s/tests-api-coverage
109+
env:
110+
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
111+
REPOSITORY_NAME: localstack-pro
112+
ARTIFACT_ID: parity-metric-pro-acceptance-k8s-raw-amd64-*
113+
WORKFLOW: "AWS / Pro K8s tests"
114+
115+
- name: Download coverage data for K8s pipeline (integration tests) (GitHub)
116+
working-directory: docs
117+
run: /tmp/get_latest_github_metrics.sh ./target k8s/tests-api-coverage
118+
env:
119+
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
120+
REPOSITORY_NAME: localstack-pro
121+
ARTIFACT_ID: parity-metric-pro-k8s-integration-raw-amd64-
122+
WORKFLOW: "AWS / Pro K8s tests"
123+
106124
- name: Create Parity Coverage Docs
107125
working-directory: docs
108126
run: |

0 commit comments

Comments
 (0)