Skip to content

Commit 688adcc

Browse files
Collect k8s coverage data and include them in coverage JSON files
1 parent 4fde734 commit 688adcc

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
REPOSITORY_NAME: localstack-pro
116116
ARTIFACT_ID: parity-metric-pro-acceptance-k8s-raw-amd64-*
117117
WORKFLOW: "AWS / Pro K8s tests"
118+
PREFIX_ARTIFACT: k8s-acceptance-test
118119

119120
- name: Download coverage data for K8s pipeline (integration tests) (GitHub)
120121
working-directory: docs
@@ -124,6 +125,7 @@ jobs:
124125
REPOSITORY_NAME: localstack-pro
125126
ARTIFACT_ID: parity-metric-pro-k8s-integration-raw-amd64-*
126127
WORKFLOW: "AWS / Pro K8s tests"
128+
PREFIX_ARTIFACT: k8s-integration-test
127129

128130
- name: Create Parity Coverage Docs
129131
working-directory: docs
@@ -149,15 +151,15 @@ jobs:
149151
with:
150152
path: docs/.github/bot_templates/PARITY_COVERAGE_DOCS_PR.md
151153

152-
- name: Create PR
153-
uses: peter-evans/create-pull-request@v7
154-
if: ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
155-
with:
156-
path: docs
157-
title: "Update Parity Coverage Docs"
158-
body: "${{ steps.template.outputs.content }}"
159-
branch: "parity-coverage-auto-updates"
160-
author: "LocalStack Bot <[email protected]>"
161-
committer: "LocalStack Bot <[email protected]>"
162-
commit-message: "update generated parity coverage docs"
163-
token: ${{ secrets.PRO_ACCESS_TOKEN }}
154+
# - name: Create PR
155+
# uses: peter-evans/create-pull-request@v7
156+
# if: ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
157+
# with:
158+
# path: docs
159+
# title: "Update Parity Coverage Docs"
160+
# body: "${{ steps.template.outputs.content }}"
161+
# branch: "parity-coverage-auto-updates"
162+
# author: "LocalStack Bot <[email protected]>"
163+
# committer: "LocalStack Bot <[email protected]>"
164+
# commit-message: "update generated parity coverage docs"
165+
# token: ${{ secrets.PRO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)