File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments