Skip to content

fix: Use coverageKey from build metadata for coverage fetch#1546

Merged
minghay merged 2 commits intomasterfrom
job-list-view-coverage
Jan 20, 2026
Merged

fix: Use coverageKey from build metadata for coverage fetch#1546
minghay merged 2 commits intomasterfrom
job-list-view-coverage

Conversation

@yk634
Copy link
Copy Markdown
Contributor

@yk634 yk634 commented Jan 16, 2026

Context

Coverage is not displayed in the v2 UI job list view because the projectKey parameter used in the coverage API call is incorrect.
In the v1 UI, projectKey is derived from build metadata, which works correctly.

Reference (v1 UI):
http://github.com/screwdriver-cd/ui/blob/a43b2c8a7a9a418c31de3e877d75bca201fa9680/app/components/pipeline-list-view/component.js#L288

Objective

Align the v2 UI with the v1 UI by setting projectKey from build metadata when calling the coverage API, so coverage is displayed correctly in the job list view.

References

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@minghay minghay merged commit 29e6433 into master Jan 20, 2026
2 checks passed
@minghay minghay deleted the job-list-view-coverage branch January 20, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants