Skip to content

Commit 65008ed

Browse files
Collect k8s coverage data and include them in coverage JSON files
1 parent 6697c79 commit 65008ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
ARTIFACT_ID: capture-notimplemented-pro
8484
WORKFLOW: "AWS / Build, Test, Push"
8585
RESOURCE_FOLDER: "metrics-implementation-details"
86+
LIMIT: 100
8687

8788
- name: Download metrics data from Community pipeline (GitHub)
8889
working-directory: docs
@@ -93,6 +94,7 @@ jobs:
9394
ARTIFACT_ID: parity-metric-raw-amd*
9495
WORKFLOW: "AWS / Build, Test, Push"
9596
PREFIX_ARTIFACT: community-integration-test
97+
LIMIT: 100
9698

9799
- name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub)
98100
working-directory: docs
@@ -103,6 +105,7 @@ jobs:
103105
ARTIFACT_ID: capture-notimplemented
104106
WORKFLOW: "AWS / Build, Test, Push"
105107
RESOURCE_FOLDER: "metrics-implementation-details/community"
108+
LIMIT: 100
106109

107110
- name: Download coverage data for K8s pipeline (acceptance tests) (GitHub)
108111
working-directory: docs

0 commit comments

Comments
 (0)